Click or drag to resize

IInputEventTIInputEventArgs, TInputEventArgsRaise Method

Raises and dispatches the event to the currently loaded web page. It does nothing if the browser hasn't loaded any web page.

Namespace:  DotNetBrowser.Input
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
void Raise(
	TInputEventArgs args
)

Parameters

args
Type: TInputEventArgs
The event arguments.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe corresponding browser object has already been disposed.
See Also