Click or drag to resize

DoubleClickHandler Delegate

Represents a handler for hit-test-object double-click events.

Namespace: Altaxo.Graph.Graph3D
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 that received the double click.

Return Value

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