Click or drag to resize

DropNodeValidatingEventArgs Constructor

Initializes a new instance of the DropNodeValidatingEventArgs class

Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DropNodeValidatingEventArgs(
	Point point,
	TreeNodeAdv node
)

Parameters

point  Point
 
node  TreeNodeAdv
 
See Also