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

EditFormPreparedEventArgs(Int32, Control, EditFormBindableControlsCollection) Constructor

Initializes a new EditFormPreparedEventArgs class instance. For internal use.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public EditFormPreparedEventArgs(
    int rowHandle,
    Control panel,
    EditFormBindableControlsCollection bindableControls
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the row for which the Edit Form is about to be shown.

panel Control

A Control object that specifies the Edit Form‘s root panel.

bindableControls DevExpress.XtraGrid.EditForm.Helpers.EditFormBindableControlsCollection

A collection of Edit Form editors.

See Also