DoubleClickHandler Delegate |
Represents a handler for hit-test-object double-click events.
Namespace: Altaxo.Graph.Graph3DAssembly: 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 that received the double click.
Return Value
Booleantrue if the object was removed; otherwise,
false.
See Also