Skip to main content
All docs
V25.1
  • EditFormPreparedEventArgs(XtraForm, Control, TreeListNode, EditFormBindableControlsCollection) Constructor

    Initializes a new EditFormPreparedEventArgs class instance.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    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