Click or drag to resize

BeforeShellColumnChangedCancelArgs Constructor

Creates a new instance of BeforeShellColumnChangedCancelArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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