Click or drag to resize

Window.Move Method (Typed)

X#
Provide a method that is invoked when the window is moved (either by the user or by the application).

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Move(
	oMoveEvent AS MoveEvent
) AS USUAL
Request Example View Source

Parameters

oMoveEvent
Type: MoveEvent
The MoveEvent object that describes the window movement.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also