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
    ShellBoost.CoreManageColumnsEventArgs

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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 methodGetColumn
Gets a column by its property key.
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.
Top
See Also