Method Raise
- Namespace
- DotNetBrowser.Input
- Assembly
- DotNetBrowser.dll
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.
void Raise(TInputEventArgs args)
Parameters
args
TInputEventArgsThe event arguments.
Exceptions
- ObjectDisposedException
The corresponding browser object has already been disposed.