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