Click or drag to resize

BeforeShellColumnChangedCancelArgs Class

Cancellable EventArgs for BeforeShellColumnChanged event. The event is cancellable by usage of inherited eventArgs.Cancel property.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Jam.ShellBeforeShellColumnChangedCancelArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class BeforeShellColumnChangedCancelArgs : CancelEventArgs

The BeforeShellColumnChangedCancelArgs type exposes the following members.

Constructors
 NameDescription
Public methodBeforeShellColumnChangedCancelArgs Creates a new instance of BeforeShellColumnChangedCancelArgs
Top
Properties
 NameDescription
Public propertyChecked Whether the column was checked or not.
Public propertyShellColumnId The ShellColumnId that was selected or deselected.
Top
See Also