Click or drag to resize

ShellTreeView.CheckStateChanged Event

This event is fired when the state of a checkbox was changed by the user.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public event EventHandler<NodeCheckStateChangedEventArgs> CheckStateChanged

Value

Type: System.EventHandler<NodeCheckStateChangedEventArgs>
Remarks
In contrast to NodeChecked, this event will be raised if the checkstate was changed by the user, or if it was changed indirectly, by synchronization from other controls or another node in the ShellTreeView.
See Also