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

EditFormHiddenEventArgs(Int32, Control, EditFormBindableControlsCollection, EditFormResult) Constructor

Initializes a new EditFormHiddenEventArgs class instance.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public EditFormHiddenEventArgs(
    int rowHandle,
    Control panel,
    EditFormBindableControlsCollection bindableControls,
    EditFormResult editFormResult
)

Parameters

Name Type Description
rowHandle Int32

A value that specifies the row handle.

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.

editFormResult EditFormResult

A value that specifies the clicked button.

See Also