DoubleClickHandler Delegate |
Represents a handler that processes double-click events on hit test objects.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate bool DoubleClickHandler(
IHitTestObject o
)
Parameters
- o IHitTestObject
- The hit test object.
Return Value
Booleantrue if the object should be removed; otherwise,
false.
See Also