Method RegisterWndProc
RegisterWndProc(HwndSource, HwndSourceHook)
Declaration
public static IDisposable RegisterWndProc(this HwndSource hwndSource, HwndSourceHook hook)
Parameters
| Type | Name | Description |
|---|---|---|
| HwndSource | hwndSource | |
| HwndSourceHook | hook |
Returns
| Type | Description |
|---|---|
| IDisposable |
RegisterWndProc(Window, HwndSourceHook)
Declaration
public static IDisposable RegisterWndProc(this Window instance, HwndSourceHook hook)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | instance | |
| HwndSourceHook | hook |
Returns
| Type | Description |
|---|---|
| IDisposable |