CustomEvent

CustomEvent(string)

Initialise une nouvelle instance duCustomEvent classe.

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

Voir également


CustomEvent(string, IDictionary<string, object>)

Initialise une nouvelle instance duCustomEvent classe.

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

Voir également