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