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

ColumnCreatedEventArgs Class

Represents arguments passed to the WinColumnsListEditor.ColumnCreated event.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v18.1.dll

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