Interface IInputEvent<TIInputEventArgs, TInputEventArgs>
- Namespace
- DotNetBrowser.Input
- Assembly
- DotNetBrowser.dll
An input event. It is possible to raise this input event and dispatch it to the currently loaded web page.
public interface IInputEvent<TIInputEventArgs, in TInputEventArgs> where TInputEventArgs : TIInputEventArgs
Type Parameters
TIInputEventArgs
The input event arguments interface.
TInputEventArgs
The input event arguments.
Methods
- Raise(TInputEventArgs)
Raises and dispatches the event to the currently loaded web page. It does nothing if the browser hasn't loaded any web page.