Window.Move Method (Typed) | |
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
public virtual Usual Move(
MoveEvent oMoveEvent
)
Request Example
View SourceParameters
- oMoveEvent
- Type: MoveEvent
The MoveEvent object that describes the window movement.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also