Class NodeExpandingCollapsingEventArgs
Provides data for the NodeExpanding and NodeCollapsing events.
Inheritance
System.Object
NodeExpandingCollapsingEventArgs
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class NodeExpandingCollapsingEventArgs : CancelEventArgs
Constructors
NodeExpandingCollapsingEventArgs()
Initializes a new instance of the NodeExpandingCollapsingEventArgs class.
Declaration
public NodeExpandingCollapsingEventArgs()
Properties
Node
Gets the data object associated with TreeViewItem.
Declaration
public TreeViewNode Node { get; }
Property Value
Type | Description |
---|---|
TreeViewNode | The TreeViewNode which is being expanding or collapsing. |