_DMcGraphOverlayEvents_EventMoveSelected Event
|
|
The selected object(s) are about to be moved or have just been moved.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
RemarksThis event is fired both before and after objects are
moved via the the MoveSelectedObjects method. The AboutToMove argument
signals whether the event is the one before or after the move. The
event sink would normally use the first event (AboutToMove equals 1)
to pick up the Position of the SelectedGraphObj and the second
event to pick up its Position after the move.
Note |
---|
If the MoveSelectedObjects Dragging argument is TRUE, then the
MoveSelected event is fired with AboutToMove set to 1 on only the first
call, and no event is then fired until a call is made with Dragging FALSE.
The idea here is to avoid a series of events during dragging. |
See Also