Click or drag to resize

IHitTestObjectDoubleClick Property

Delegate to handle double click events. Should return true if the object was removed during the processing. Otherwise returns false.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
DoubleClickHandler? DoubleClick { get; set; }

Property Value

DoubleClickHandler
See Also