Click or drag to resize

MouseEvent Constructor (Typed)

X#
Initializes a new instance of the MouseEvent class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oE AS MouseEventArgs,
	oK AS Keys
)
Request Example View Source

Parameters

oE
Type: MouseEventArgs
oK
Type: Keys
See Also