Table of Contents

Constructor NodePartHitTestEventArgs

Namespace
Alternet.Common.Controls.TreeView
Assembly
Alternet.Common.v9.dll

NodePartHitTestEventArgs(TreeNode, Point)

Initializes a new instance of the NodePartHitTestEventArgs class with specified settings.

public NodePartHitTestEventArgs(TreeNode node, Point locationInNode)

Parameters

node TreeNode

TreeNode to check.

locationInNode Point

Specifies the location of the mouse during the mouse event.