BeforeFocusNodeEventArgs Properties
Provides data for the TreeList.BeforeFocusNode event.
Name | Description |
---|---|
Can |
Gets or sets a value indicating whether focus is allowed to be moved. |
Node |
Gets the current Tree List node.
Inherited from Node |
Old |
Gets the previously focused Tree List node.
Inherited from Focused |
See Also