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

    Initializes a new EditFormShowingEventArgs class instance.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public EditFormShowingEventArgs(
        TreeListNode node
    )

    Parameters

    Name Type Description
    node TreeListNode

    An object that specifies the processed node.

    See Also