ShowingEditorEventArgsBase(RoutedEvent, DataViewBase, Int32, ColumnBase) Constructor
Initializes a new instance of the ShowingEditorEventArgsBase class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public ShowingEditorEventArgsBase(
RoutedEvent routedEvent,
DataViewBase view,
int rowHandle,
ColumnBase column
)
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The routed event. |
view | DataViewBase | A DataViewBase descendant that is the view. |
rowHandle | Int32 | An integer value that specifies the row’s handle. |
column | ColumnBase | A GridColumn object that is the column. |
Remarks
Instances of the ShowingEditorEventArgsBase class are automatically created, initialized and passed to the corresponding event handlers.
See Also