Skip to main content
All docs
V25.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