Skip to main content

NodeClickEventArgs(TreeListNode, Point) 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

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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