ShellBrowser .Net Edition
CheckStateChangedEventArgs Constructor (item, oldCheckState)
NamespacesJam.ShellCheckStateChangedEventArgsCheckStateChangedEventArgs(ShellListItem, CheckState)
Initializes a new instance of the CheckStateChangedEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public CheckStateChangedEventArgs(
	ShellListItem item,
	CheckState oldCheckState
)
Public Sub New ( _
	item As ShellListItem, _
	oldCheckState As CheckState _
)
public:
CheckStateChangedEventArgs(
	ShellListItem^ item, 
	CheckState oldCheckState
)
Parameters
item (ShellListItem)
ShellListItem 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

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