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:
public class TreeViewItemViewInteractionEventArgs : ItemViewInteractionEventArgs<TreeViewItemView>
Inheritance: objectEventArgsItemViewInteractionEventArgs<TreeViewItemView>TreeViewItemViewInteractionEventArgs
Inherited Members
Constructors
Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view, object item)
Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed.
itemobjectSpecifies the data item from the RadTreeView control for which the interaction is performed.
Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view)
Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed.