BeforeShellColumnChangedCancelArgs Constructor |
Creates a new instance of BeforeShellColumnChangedCancelArgs
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public BeforeShellColumnChangedCancelArgs(
SHCOLUMNID shellColumnId,
bool colWasChecked
)
Public Sub New (
shellColumnId As SHCOLUMNID,
colWasChecked As Boolean
)
public:
BeforeShellColumnChangedCancelArgs(
SHCOLUMNID shellColumnId,
bool colWasChecked
)
new :
shellColumnId : SHCOLUMNID *
colWasChecked : bool -> BeforeShellColumnChangedCancelArgs
Parameters
- shellColumnId
- Type: Jam.ShellSHCOLUMNID
The ShellColumnId that was selected. - colWasChecked
- Type: SystemBoolean
Whether the ShellColumnId was checked or unchecked
See Also