MouseEvent Constructor (Typed) | |
Initializes a new instance of the
MouseEvent class
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
oE AS MouseEventArgs,
oK AS Keys
)
public MouseEvent(
MouseEventArgs oE,
Keys oK
)
Request Example
View SourceParameters
- oE
- Type: MouseEventArgs
- oK
- Type: Keys
See Also