Click or drag to resize

App.AfterDispatch Method (Typed)

X#

Note: This API is now obsolete.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 VIRTUAL METHOD AfterDispatch(
	hWnd AS IntPtr,
	uMsg AS DWORD,
	wParam AS DWORD,
	lParam AS LONG
) AS LOGIC
Request Example View Source

Parameters

hWnd
Type: IntPtr
uMsg
Type: DWord
wParam
Type: DWord
lParam
Type: Long

Return Value

Type: Logic
See Also