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.25.1
Syntax void Raise(
TInputEventArgs args
)
Parameters
- args
- Type: TInputEventArgs
The event arguments.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The corresponding browser object has already been disposed. |
See Also