ItemCheckStateChangedEventArgsT Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ItemCheckStateChangedEventArgs(
T item,
CheckState oldCheckState
)
Public Sub New (
item As T,
oldCheckState As CheckState
)
public:
ItemCheckStateChangedEventArgs(
T item,
CheckState oldCheckState
)
new :
item : 'T *
oldCheckState : CheckState -> ItemCheckStateChangedEventArgs
Parameters
- item
- Type: T
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