_IMcViewEvents_MoveEventHandler Delegate

The viewer client window is being moved.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcViewEvents_MoveEventHandler ( 
	lLeft As Integer,
	lTop As Integer,
	<OutAttribute> ByRef bHandled As Boolean
)

Parameters

lLeft
Type: SystemInt32
long : screen coordinate of the left edge of the viewer client window.
lTop
Type: SystemInt32
long : screen coordinate of the top edge of the viewer client window.
bHandled
Type: SystemBoolean
VARIANT_BOOL * : Setting this parameter to true aborts the propagation of this event to other clients. The implication is that the client code that set this parameter has handled the event and no other clients should.
Remarks
The viewer does nothing with this event.
See Also