EditFormPreparedEventArgs(XtraForm, Control, TreeListNode, EditFormBindableControlsCollection) Constructor
Initializes a new EditFormPreparedEventArgs class instance.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.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