Click or drag to resize

DragEvent Constructor (Typed)

X#
Initializes a new instance of the DragEvent class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	e AS DragEventArgs,
	sender AS VOPanel
)
Request Example View Source

Parameters

e
Type: DragEventArgs
sender
Type: VOPanel
See Also