Skip to main content
A newer version of this page is available. .

ColumnChangedEventArgs(TreeListColumn) Constructor

Creates an instance of the ColumnChangedEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public ColumnChangedEventArgs(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object representing the column related to the event. This value is assigned to the ColumnChangedEventArgs.Column property.

Remarks

Instances of this class are automatically created and transmitted to the TreeList.ColumnChanged event as the parameter.

See Also