New to Telerik UI for .NET MAUIStart a free 30-day trial

Event arguments providing information about a user interaction performed over an item from the RadTreeView control.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class TreeViewItemViewInteractionEventArgs : ItemViewInteractionEventArgs<TreeViewItemView>

Inheritance: objectEventArgsItemViewInteractionEventArgs<TreeViewItemView>TreeViewItemViewInteractionEventArgs

Inherited Members ItemViewInteractionEventArgs<TreeViewItemView>.ViewItemViewInteractionEventArgs<TreeViewItemView>.ItemEventArgs.Empty

Constructors

Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.

C#
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view, object item)
Parameters:viewTreeViewItemView

Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed.

itemobject

Specifies the data item from the RadTreeView control for which the interaction is performed.

Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.

C#
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view)
Parameters:viewTreeViewItemView

Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed.