Skip to main content

ColumnCreatedEventArgs Class

Represents arguments passed to the WinColumnsListEditor.ColumnCreated event.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public class ColumnCreatedEventArgs :
    EventArgs

Remarks

The WinColumnsListEditor.ColumnCreated event occurs after a column has been created in the GridListEditor‘s GridListEditor.GridView.

Inheritance

Object
EventArgs
ColumnCreatedEventArgs
See Also