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

EditFormShowingEventArgs(Int32) Constructor

Creates a new instance of the EditFormShowingEventArgs class with default settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public EditFormShowingEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that raised the event.

Remarks

Instances of the EditFormShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also