Click or drag to resize

DrawTextEventArgs Constructor

Initializes a new instance of the DrawTextEventArgs class

Namespace: Internal.Aga.Controls.Tree.NodeControls
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DrawTextEventArgs(
	TreeNodeAdv node,
	NodeControl control,
	DrawContext context,
	string text
)

Parameters

node  TreeNodeAdv
 
control  NodeControl
 
context  DrawContext
 
text  String
 
See Also