Click or drag to resize

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
)

Parameters

shellColumnId
Type: Jam.ShellSHCOLUMNID
The ShellColumnId that was selected.
colWasChecked
Type: SystemBoolean
Whether the ShellColumnId was checked or unchecked
See Also