Click or drag to resize

ManageColumnsEventArgs Class

Provides data for the ManageColumns event of the ShellFolder type. How properties are used by the Shell depends on the type of the event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.CoreManageColumnsEventArgs

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class ManageColumnsEventArgs : EventArgs

The ManageColumnsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Gets the columns list. By default, the list of columns contains all columns defined on the ShellFolder, including non visible ones. If you want to get only the visible columns, change the ShellFolder's InitializeOptions property value.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyHResult
Gets or sets the operation HResult.
Public propertyType
Gets the type of event.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetColumn
Gets a column by its property key.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveVisibleColumn
Removes a column from the list.
Public methodSetVisibleColumn
Add a new column to the list, or modify an existing column from the list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also