Skip to main content

EditFormHiddenEventArgs(TreeListNode, Control, EditFormBindableControlsCollection, EditFormResult) Constructor

Initializes a new EditFormHiddenEventArgs class instance.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public EditFormHiddenEventArgs(
    TreeListNode node,
    Control panel,
    EditFormBindableControlsCollection bindableControls,
    EditFormResult editFormResult
)

Parameters

Name Type Description
node TreeListNode

An object that specifies the processed node.

panel Control

An object that specifies the Edit Form’s root panel.

bindableControls DevExpress.XtraTreeList.EditForm.EditFormBindableControlsCollection

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

editFormResult EditFormResult

A value that specifies the clicked button.

See Also