CustomEvent

Afficher les obsolètes
obsolète

Résumé

Méthodes

Évènements

Propriétés

Méthodes

GetAttachedReceivers

This function returns the CustomEventReceivers that are connected to the CustomEvent.


Retours

SetValue

void

This function sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.

Paramètres

newValue: number

Retours

void

Évènements

ReceiverConnected

This event fires when a receiver is connected to the CustomEvent

Paramètres

receiver: Instance

ReceiverDisconnected

This event fires when a receiver is disconnected from the CustomEvent.

Paramètres

receiver: Instance