Click or drag to resize

ShellTreeViewNodeChecked Event

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

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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