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

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.v18.2.Core.dll

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