DotNetBrowser.Input Namespace |
Interface | Description | |
---|---|---|
IInputEventTIInputEventArgs, TInputEventArgs |
An input event. It is possible to raise this input event and dispatch it to the currently loaded web page.
| |
IInterceptableEventTIInputEventArgs |
An interceptable input event. It is possible to intercept and suppress this input event before it is actually
processed by the browser.
| |
IInterceptableInputEventTIInputEventArgs, TInputEventArgs |
An interceptable and raisable input event. It is possible to intercept and
suppress this input event before it is actually processed by the browser
or to raise it and dispatch to the currently loaded web page.
|
Enumeration | Description | |
---|---|---|
InputEventResponse |
The response to the input event handlers.
|