Click or drag to resize

IDocumentCreateKeyUpEvent Method

Creates and returns a new keyUpIKeyEvent object with the given
parameters
.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IKeyEvent CreateKeyUpEvent(
	KeyEventParameters parameters
)

Parameters

parameters
Type: DotNetBrowser.Dom.EventsKeyEventParameters
a KeyEventParametersobject representing key event properties. Cannot be null.

Return Value

Type: IKeyEvent
the new IKeyEvent object.
Exceptions
ExceptionCondition
ArgumentExceptionwhen parameters value is null.
See Also