Click or drag to resize

DotNetBrowser.Input Namespace

This namespace contains interfaces and classes related to the user input.
Interfaces
  InterfaceDescription
Public interfaceIInputEventTIInputEventArgs, TInputEventArgs
An input event. It is possible to raise this input event and dispatch it to the currently loaded web page.
Public interfaceIInterceptableEventTIInputEventArgs
An interceptable input event. It is possible to intercept and suppress this input event before it is actually processed by the browser.
Public interfaceIInterceptableInputEventTIInputEventArgs, 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.
Enumerations
  EnumerationDescription
Public enumerationInputEventResponse
The response to the input event handlers.