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

EditFormPreparedEventArgs(XtraForm, Control, TreeListNode, EditFormBindableControlsCollection) Constructor

Initializes a new EditFormPreparedEventArgs class instance.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public EditFormPreparedEventArgs(
    XtraForm editForm,
    Control panel,
    TreeListNode node,
    EditFormBindableControlsCollection bindableControls
)

Parameters

Name Type Description
editForm XtraForm

An object that specifies the Edit Form.

panel Control

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

node TreeListNode

An object that specifies the processed node.

bindableControls DevExpress.XtraTreeList.EditForm.EditFormBindableControlsCollection

A collection of the Edit Form’s editors.

See Also