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

NodeClickEventArgs(TreeListNode, Point) Constructor

Creates an instance of the NodeClickEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public NodeClickEventArgs(
    TreeListNode node,
    Point point
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object representing the clicked node.

point Point

A System.Drawing.Point structure that contains the current mouse pointer position.

Remarks

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

See Also