BootstrapTreeView.CheckedChanged Event
Fires after the node's checked state has been changed by clicking on a check box.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
public event BootstrapTreeViewNodeEventHandler CheckedChanged
Public Event CheckedChanged As BootstrapTreeViewNodeEventHandler
Event Data
The CheckedChanged event's data class is BootstrapTreeViewNodeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Node | Gets a node object related to the event. |
See Also
Feedback