Skip to main content

NodeClickEventArgs(DXMouseEventArgs, TreeListNode) Constructor

Creates an instance of the NodeClickEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public NodeClickEventArgs(
    DXMouseEventArgs e,
    TreeListNode node
)

Parameters

Name Type Description
e DXMouseEventArgs

A DXMouseEventArgs object representing mouse event arguments.

node TreeListNode

A TreeListNode object representing the clicked node.

Remarks

Instances of the NodeClickEventArgs class are automatically created, modified and passed to event handlers requiring it as their parameter.

See Also