Click or drag to resize

Control.MouseDrag Method (Typed)

X#
Provide a method that is invoked when the control has focus and a mouse with one or more buttons clicked is moved in the window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MouseDrag(
	oMouseEvent AS MouseEvent
) AS VOID
Request Example View Source

Parameters

oMouseEvent
Type: MouseEvent
The MouseEvent object containing information on the location and state of the buttons when the mouse was dragged.
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also