Delegate for node tap events

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
[SerializableAttribute]
public delegate void OnNodeTap(
	TreeviewNode node,
	point point
)

Parameters

node
Type: Skewworks.NETMF.Controls..::..TreeviewNode
Node that was taped
point
Type: Skewworks.NETMF..::..point
Point at which the node was taped

See Also