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

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