Class TreeViewItemViewInteractionEventArgs
Event arguments providing information about a user interaction performed over an item from the RadTreeView control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemViewInteractionEventArgs : ItemViewInteractionEventArgs<TreeViewItemView>
Constructors
TreeViewItemViewInteractionEventArgs(TreeViewItemView)
Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.
Declaration
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view)
Parameters
TreeViewItemView
view
Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed. |
TreeViewItemViewInteractionEventArgs(TreeViewItemView, Object)
Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.
Declaration
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view, object item)
Parameters
TreeViewItemView
view
Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed. |
System.Object
item
Specifies the data item from the RadTreeView control for which the interaction is performed. |