CustomEvent
Visualizza obsoleti
Sommario
Proprietà
Metodi
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.
Eventi
Fires when a receiver is connected to the CustomEvent.
Fires when a receiver is disconnected from the CustomEvent.
Proprietà
Metodi
GetAttachedReceivers
Instances
This function returns the CustomEventReceivers that are connected to the CustomEvent.
Restituzioni
Instances
SetValue
void
This function sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.
Parametri
Restituzioni
void