EditFormHiddenEventArgs(Int32, Control, EditFormBindableControlsCollection, EditFormResult) Constructor
Initializes a new EditFormHiddenEventArgs class instance.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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