Click or drag to resize
ChromiumWebBrowserSourceHook Method
Version 55.0.0
WindowProc callback interceptor. Handles Windows messages intended for the source hWnd, and passes them to the contained browser as needed.

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

Parameters

hWnd
Type: SystemIntPtr
The source handle.
message
Type: SystemInt32
The message.
wParam
Type: SystemIntPtr
Additional message info.
lParam
Type: SystemIntPtr
Even more message info.
handled
Type: SystemBoolean
if set to true, the event has already been handled by someone else.

Return Value

Type: IntPtr
IntPtr.
See Also