Class NodeExpandedEventArgs
Provides event data for NodeExpanded event.
Inheritance
System.Object
NodeExpandedEventArgs
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class NodeExpandedEventArgs : EventArgs
Constructors
NodeExpandedEventArgs()
Declaration
public NodeExpandedEventArgs()
Properties
Node
Gets the TreeNode associated with the expanded node.
Declaration
public TreeNode Node { get; }
Property Value
Type |
---|
TreeNode |