ClassTreeViewItemViewInteractionEventArgs
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
TreeViewItemViewInteractionEventArgs(TreeViewItemView)
Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.
Declaration
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view)
Parameters
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
view
Specifies the TreeViewItemView from the RadTreeView control for which the interaction is performed.
item
Specifies the data item from the RadTreeView control for which the interaction is performed.