CheckStateChangedEventArgs Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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 -> CheckStateChangedEventArgs
Parameters
- item
- Type: Jam.ShellShellListBaseItem
ShellListBaseItem 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