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