Class
TreeViewItemViewInteractionEventArgs

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:

cs-api-definition
public class TreeViewItemViewInteractionEventArgs : ItemViewInteractionEventArgs<TreeViewItemView>

Inheritance: objectEventArgsItemViewInteractionEventArgs<TreeViewItemView>TreeViewItemViewInteractionEventArgs

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

Constructors

TreeViewItemViewInteractionEventArgs(TreeViewItemView)

Initializes a new instance of the TreeViewItemViewInteractionEventArgs class.

Declaration

cs-api-definition
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view)

Parameters

view

TreeViewItemView

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

cs-api-definition
public TreeViewItemViewInteractionEventArgs(TreeViewItemView view, object item)

Parameters

view

TreeViewItemView

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

item

object

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