Event Constructor (IntPtr, DWord, DWord, Long, Window) | |
Initializes a new instance of the
Event class
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
_hWnd AS IntPtr,
_uMsg AS DWORD,
_wParam AS DWORD,
_lParam AS LONG,
_oWindow AS Window
)
public Event(
IntPtr _hWnd,
uint _uMsg,
uint _wParam,
int _lParam,
[DefaultParameterValueAttribute(null, 0)] Window _oWindow
)
Request Example
View SourceParameters
- _hWnd
- Type: IntPtr
- _uMsg
- Type: DWord
- _wParam
- Type: DWord
- _lParam
- Type: Long
- _oWindow
- Type: Window
See Also