CustomEvent
Afficher les obsolètes
Résumé
Méthodes
Returns the CustomEventReceivers that are connected to the CustomEvent.
Sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.
Évènements
Fires when a receiver is connected to the CustomEvent.
Fires when a receiver is disconnected from the CustomEvent.
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
Retours
void
Évènements
ReceiverDisconnected
This event fires when a receiver is disconnected from the CustomEvent.