Namespace DotNetBrowser.Input
Interfaces
- IInputEvent<TIInputEventArgs, TInputEventArgs>
An input event. It is possible to raise this input event and dispatch it to the currently loaded web page.
- IInterceptableEvent<TIInputEventArgs>
An interceptable input event. It is possible to intercept and suppress this input event before it is actually processed by the browser.
- IInterceptableInputEvent<TIInputEventArgs, 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.
Enums
- InputEventResponse
The response to the input event handlers.