Click or drag to resize

ItemCheckStateChangedEventArgsT Constructor

Initializes a new instance of the ItemCheckStateChangedEventArgsT class.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public ItemCheckStateChangedEventArgs(
	T item,
	CheckState oldCheckState
)

Parameters

item  T
object, which contains information about the item, where the CheckState has changed.
oldCheckState  CheckState
Contains the CheckState, which the item had before it was changed.
See Also