Click or drag to resize

JamBaseShellListViewOnCheckStateChanged Method

Fires an event if the CheckState of an item has changed.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void OnCheckStateChanged(
	ShellListBaseItem item,
	CheckState oldCheckState
)

Parameters

item  ShellListBaseItem
The item, where the CheckState has been changed.
oldCheckState  CheckState
Contains the CheckState, which the item had before it was changed.
See Also