CustomEvent

Afficher les obsolètes
Déprécié

Résumé

Méthodes

Évènements

Propriétés

Méthodes

GetAttachedReceivers

Instances

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


Retours

Instances

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