Click or drag to resize

CheckStateChangedEventArgs Constructor

Initializes a new instance of the CheckStateChangedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public CheckStateChangedEventArgs(
	ShellListBaseItem item,
	CheckState oldCheckState
)

Parameters

item
Type: Jam.ShellShellListBaseItem
ShellListBaseItem object, which contains information about the item, where the CheckState has changed.
oldCheckState
Type: Jam.ShellCheckState
Contains the CheckState, which the item had before it was changed.
See Also