Click or drag to resize

DragEvent Constructor

X#
Construct an event.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	_hWnd,
	_uMsg,
	_wParam,
	_lParam,
	_oWindow
) CLIPPER
Request Example View Source

Parameters

_hWnd (Optional)
Type: Usual
The handle of the window for which the event occurred, or an Event Object. The runtime checks to see if _hWnd is a pointer. When not then it assumes it is an event object and it clones the values from this object.
_uMsg (Optional)
Type: Usual
The message (WM_..) that occurred
_wParam (Optional)
Type: Usual
The WPARAM of the message
_lParam (Optional)
Type: Usual
The LPARAM of the message
_oWindow (Optional)
Type: Usual
The Window object that was associated with the event.
Remarks
Note Note
X# instantiates events.
See Also