Event SLScope.TSLDisplayMarker.OnDragged
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDisplayMarker
Contents |
Syntax
Delphi:
property OnDragged : TSLDisplayMarkerDraggedEvent read FOnDragged write FOnDragged;
C++ Builder:
__property TSLDisplayMarkerDraggedEvent OnDragged = { read=FOnDragged, write=FOnDragged };
Summary
Occurs when the marker has been dragged by the mouse.
Description
Implement event handler for this event to get notified when a
marker has been dragged by the mouse.