Click or drag to resize

JamBaseShellListViewOnItemChecked Method

Calls raising of the OnItemCheckedEvent.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual void OnItemChecked(
	ShellListBaseItem pItem
)

Parameters

pItem
Type: Jam.ShellShellListBaseItem
The item that has been checked or unchecked.
See Also