Back to Devexpress

DXTreeView.CheckBoxStateChanged Event

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-fbb0f94c.md

latest1.4 KB
Original Source

DXTreeView.CheckBoxStateChanged Event

Occurs after a user changed the tree node checkbox state.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public event EventHandler<TreeNodeCheckBoxStateChangedEventArgs> CheckBoxStateChanged

Event Data

The CheckBoxStateChanged event's data class is TreeNodeCheckBoxStateChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NewStateGets a new state of the checkbox.
NodeGet the node of the tapped item. Inherited from TreeNodeEventArgs.
OldStateGets an old state of the checkbox.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace