JamBaseShellListViewOnCheckStateChanged Method |
Fires an event if the
CheckState of an item has changed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected void OnCheckStateChanged(
ShellListBaseItem item,
CheckState oldCheckState
)
Protected Sub OnCheckStateChanged (
item As ShellListBaseItem,
oldCheckState As CheckState
)
protected:
void OnCheckStateChanged(
ShellListBaseItem^ item,
CheckState oldCheckState
)
member OnCheckStateChanged :
item : ShellListBaseItem *
oldCheckState : CheckState -> unit
Parameters
- item
- Type: Jam.ShellShellListBaseItem
The item, where the CheckState has been changed. - oldCheckState
- Type: Jam.ShellCheckState
Contains the CheckState, which the item had before it was changed.
See Also