Click or drag to resize

ShellTreeViewNodeChecked Event

Occurs when the checked state of an item was changed by the user.

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

Value

Type: SystemEventHandlerTreeNodeCheckedEventArgs
Remarks
In contrast to CheckStateChanged only changes applied by the user will fire the event.
See Also