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

EditFormShowingEventArgs(TreeListNode) Constructor

Initializes a new EditFormShowingEventArgs class instance.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public EditFormShowingEventArgs(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

An object that specifies the processed node.

See Also