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