FocusEvent

FocusEvent(string)

Initializes a new instance of the FocusEvent class.

public FocusEvent(string type)
ParameterTypeDescription
typeStringThe event type.

See Also


FocusEvent(string, IDictionary<string, object>)

public FocusEvent(string type, IDictionary<string, object> eventInitDict)

See Also