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