Click or drag to resize

DoubleClickHandler Delegate

Represents a handler that processes double-click events on hit test objects.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate bool DoubleClickHandler(
	IHitTestObject o
)

Parameters

o  IHitTestObject
The hit test object.

Return Value

Boolean
true if the object should be removed; otherwise, false.
See Also