Table of Contents

Class NodePartHitTestEventArgs

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

Provides data for the NodePartHitTest event handler.

public class NodePartHitTestEventArgs : EventArgs
Inheritance
NodePartHitTestEventArgs

Constructors

NodePartHitTestEventArgs(TreeNode, Point)

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

Properties

LocationInNode

Gets the location of the mouse during the mouse event.

Node

Gets TreeNode to check.

NodePart

Gets or sets kind of node part.