constructor(column) Constructor
Initializes a new instance of the ASPxClientTreeListColumnResizedEventArgs class with the specified setting.
Declaration
constructor(
column: ASPxClientTreeListColumn
)
Parameters
| Name | Type | Description |
|---|---|---|
| column | ASPxClientTreeListColumn | A ASPxClientTreeListColumn object that is the column related to the event. |
See Also