Click or drag to resize

FocusChangeEvent Constructor (IntPtr, DWord, DWord, Long, Window)

X#
Initializes a new instance of the FocusChangeEvent 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
)
Request Example View Source

Parameters

_hWnd
Type: IntPtr
_uMsg
Type: DWord
_wParam
Type: DWord
_lParam
Type: Long
_oWindow
Type: Window
See Also