Click or drag to resize

IInputEventTIInputEventArgs, TInputEventArgs Interface

An input event. It is possible to raise this input event and dispatch it to the currently loaded web page.

Namespace:  DotNetBrowser.Input
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IInputEvent<TIInputEventArgs, in TInputEventArgs>
where TInputEventArgs : TIInputEventArgs

Type Parameters

TIInputEventArgs
The input event arguments interface.
TInputEventArgs
The input event arguments.

The IInputEventTIInputEventArgs, TInputEventArgs type exposes the following members.

Methods
  NameDescription
Public methodRaise
Raises and dispatches the event to the currently loaded web page. It does nothing if the browser hasn't loaded any web page.
Top
See Also