CustomEvent
Show Deprecated
Summary
Methods
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.
Events
Fires when a receiver is connected to the CustomEvent.
Fires when a receiver is disconnected from the CustomEvent.
Properties
Methods
GetAttachedReceivers
Instances
This function returns the CustomEventReceivers that are connected to the CustomEvent.
Returns
Instances
SetValue
void
This function sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.
Parameters
Returns
void
Events
ReceiverDisconnected
This event fires when a receiver is disconnected from the CustomEvent.