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

EditFormShowingEventArgs(Int32) Constructor

Initializes a new instance of the EditFormShowingEventArgs class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public EditFormShowingEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

A row handle that identifies the handle of the grid row for which an Edit Form is being displayed.

See Also