Class TreeViewItemViewInteractionEventArgs
Event arguments providing information about a user interaction performed over an item from the Rad
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 Tree
Declaration
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view)
Parameters
Tree Specifies the Tree |
TreeViewItemViewInteractionEventArgs(TreeViewItemView, Object)
Initializes a new instance of the Tree
Declaration
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view, object item)
Parameters
Tree Specifies the Tree |
System. Specifies the data item from the Rad |