Click or drag to resize
ChromiumWebBrowserSourceHook Method
Version 51.0.0
Sources the hook.

Namespace: CefSharp.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
protected virtual IntPtr SourceHook(
	IntPtr hWnd,
	int message,
	IntPtr wParam,
	IntPtr lParam,
	ref bool handled
)

Parameters

hWnd
Type: SystemIntPtr
The hWnd.
message
Type: SystemInt32
The message.
wParam
Type: SystemIntPtr
The w parameter.
lParam
Type: SystemIntPtr
The l parameter.
handled
Type: SystemBoolean
if set to true [handled].

Return Value

Type: IntPtr
IntPtr.
See Also