Click or drag to resize

HitTestObjectBaseOnDoubleClick Method

This handles the double-click event

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool OnDoubleClick()

Return Value

Boolean
False normally, true if the HitTestObject should be removed from the list of selected objects (i.e. because the object was deleted).

Implements

IHitTestObjectOnDoubleClick
See Also