Skip to main content
A newer version of this page is available. .
All docs
V23.1

TreeViewCheckedChangedEventArgs Properties

Contains data for the CheckedChanged event.
Name Description
CheckedItems Returns all checked items. Inherited from NavigationCheckedChangedEventArgs<TInfo>.
LastCheckedItems Returns items checked during the last operation. Inherited from NavigationCheckedChangedEventArgs<TInfo>.
LastUncheckedItems Returns items unchecked during the last operation. Inherited from NavigationCheckedChangedEventArgs<TInfo>.
Reason Returns the reason why the TreeView node’s check state changed.
See Also