CustomEvent
Mostrar obsoleto
Resumen
Métodos
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.
Eventos
Fires when a receiver is connected to the CustomEvent.
Fires when a receiver is disconnected from the CustomEvent.
Propiedades
Métodos
GetAttachedReceivers
Instances
This function returns the CustomEventReceivers that are connected to the CustomEvent.
Devuelve
Instances
SetValue
void
This function sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.
Parámetros
Devuelve
void
Eventos
ReceiverDisconnected
This event fires when a receiver is disconnected from the CustomEvent.