Click or drag to resize

HitTestObjectBaseRemove Property

Handler to remove the hitted object. Should return true if the object is removed, otherwise false.

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

Property Value

DoubleClickHandler

Implements

IHitTestObjectRemove
See Also