Click or drag to resize

ShellTreeViewCheckStateChanged Event

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

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

Value

Type: SystemEventHandlerNodeCheckStateChangedEventArgs
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