UIEvent.UIEvent

UIEvent(string)

Initialise une nouvelle instance duUIEvent classe.

public UIEvent(string type)
ParamètreTaperLa description
typeStringLe type d’événement.

Voir également


UIEvent(string, IDictionary<string, object>)

Initialise une nouvelle instance duUIEvent classe.

public UIEvent(string type, IDictionary<string, object> eventInitDict)
ParamètreTaperLa description
typeStringLe type d’événement.
eventInitDictIDictionary`2Dictionnaire d’initialisation d’événements.

Voir également