Click or drag to resize

JamBaseShellListViewItemChecked Event

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<ListItemCheckedEventArgs> ItemChecked

Value

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