CheckStateChangedEventArgs Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic CheckStateChangedEventArgs(
ShellListBaseItem item,
CheckState oldCheckState
)
Public Sub New (
item As ShellListBaseItem,
oldCheckState As CheckState
)
public:
CheckStateChangedEventArgs(
ShellListBaseItem^ item,
CheckState oldCheckState
)
new :
item : ShellListBaseItem *
oldCheckState : CheckState -> CheckStateChangedEventArgsParameters
- item ShellListBaseItem
- ShellListBaseItem 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