ColumnCreatedEventArgs(GridColumn, IModelColumn) Constructor
Creates and initializes a new instance of the ColumnCreatedEventArgs class.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn object that represents the column which has been created. This argument is used to initialize the ColumnCreatedEventArgs.Column property. |
columnInfo | IModelColumn | An IModelColumn object that represents the Application Model‘s node which contains information on the created column. This argument is used to initialize the ColumnCreatedEventArgs.ColumnInfo property. |
Remarks
Since the ColumnCreatedEventArgs supplies arguments to the WinColumnsListEditor.ColumnCreated event that is raised automatically by the GridListEditor, you do not need to manually instantiate the ColumnCreatedEventArgs.