TreeNodeCheckBoxStateChangedEventArgs Properties
Contains data for the CheckBoxStateChanged event.| Name | Description |
|---|---|
| NewState | Gets a new state of the checkbox. |
| Node | Get the node of the tapped item. Inherited from TreeNodeEventArgs. |
| OldState | Gets an old state of the checkbox. |
See Also