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