KeyboardEvent

KeyboardEvent(String)

Initializes a new instance of the KeyboardEvent class.

public KeyboardEvent(String type)
ParameterTypeDescription
typeStringThe event type.

See Also


KeyboardEvent(String, IDictionary<String, object>)

public KeyboardEvent(String type, IDictionary<String, object> eventInitDict)

See Also