Skip to main content
All docs
V26.1
  • EditFormShowingEventArgs(TreeListNode) Constructor

    Initializes a new EditFormShowingEventArgs class instance.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v26.1.dll

    Declaration

    public EditFormShowingEventArgs(
        TreeListNode node
    )

    Parameters

    Name Type Description
    node TreeListNode

    An object that specifies the processed node.

    See Also