WpfLegacyKeyboardHandlerSourceHook Method |
Version 63.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.InternalsAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual IntPtr SourceHook(
IntPtr hWnd,
int message,
IntPtr wParam,
IntPtr lParam,
ref bool handled
)
protected:
virtual IntPtr SourceHook(
IntPtr hWnd,
int message,
IntPtr wParam,
IntPtr lParam,
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:
IntPtrIntPtr.
See Also