ColumnChangedEventArgs(TreeListColumn) Constructor
Creates an instance of the ColumnChangedEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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