FocusEvent.FocusEvent

FocusEvent(string)

Initialiseert een nieuw exemplaar van hetFocusEvent klasse.

public FocusEvent(string type)
ParameterTypeBeschrijving
typeStringHet gebeurtenistype.

Zie ook


FocusEvent(string, IDictionary<string, object>)

Initialiseert een nieuw exemplaar van hetFocusEvent klasse.

public FocusEvent(string type, IDictionary<string, object> eventInitDict)
ParameterTypeBeschrijving
typeStringHet gebeurtenistype.
eventInitDictIDictionary`2De gebeurtenis initialiseert woordenboek.

Zie ook