Skip to main content

EditFormEventArgsBase(Int32, Control, EditFormBindableControlsCollection) Constructor

Initializes a new EditFormEventArgsBase class instance.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Parameters

Name Type Description
rowHandle Int32

The handle that identifies the processed grid row.

panel Control

The container that arranges editors and buttons on the Edit Form.

bindableControls DevExpress.XtraGrid.EditForm.Helpers.EditFormBindableControlsCollection

An object that specifies the collection of controls used to edit the data record.

See Also