ItemCheckStateChangedEventArgsT Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 -> ItemCheckStateChangedEventArgsParameters
- 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