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