ShellBrowser .Net Edition
OnCheckStateChanged Method (item, oldCheckState)
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)OnCheckStateChanged(ShellListItem, CheckState)
Fires an event if the CheckState of an item has changed.
Declaration Syntax
C#Visual BasicVisual C++
protected void OnCheckStateChanged(
	ShellListItem item,
	CheckState oldCheckState
)
Protected Sub OnCheckStateChanged ( _
	item As ShellListItem, _
	oldCheckState As CheckState _
)
protected:
void OnCheckStateChanged(
	ShellListItem^ item, 
	CheckState oldCheckState
)
Parameters
item (ShellListItem)
The item, where the CheckState has been changed.
oldCheckState (CheckState)
Contains the CheckState, which the item had before it was changed.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)