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.2
Syntax
public event EventHandler<TreeNodeCheckedEventArgs> NodeChecked

Value

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