EditorEventArgs Constructors
Provides data for the GridViewBase.ShownEditor and GridViewBase.HiddenEditor event.Name | Parameters | Description |
---|---|---|
EditorEventArgs(GridViewBase, Int32, GridColumn, IBaseEdit) | view, rowHandle, column, editor | Initializes a new instance of the EditorEventArgs class. |
See Also