CustomEventReceiver
Summary
Properties
Attaches the CustomEventReceiver object to a CustomEvent.
Methods
Returns the current value of the reciever's CustomEventReceiver.Source property.
Events
Fires when the receiver is attached to a different CustomEvent, when the CustomEventReceiver.Source property is changed.
Fires when the receiver is attached to a different CustomEvent instance when the CustomEventReceiver.Source property is changed.
Fires when the value of the CustomEvent's source is changed, passing the CustomEvent's new value.
Properties
Source
This property attaches the CustomEventReceiver object to a CustomEvent.
Methods
GetCurrentValue
Returns
Events
EventConnected
This event fires when the receiver is attached to a different CustomEvent, when the CustomEventReceiver.Source property is changed.
EventDisconnected
This event fires when the receiver is attached to a different CustomEvent, when the CustomEventReceiver.Source property is changed.
SourceValueChanged
Fires when the value of the CustomEvent's source is changed, passing the CustomEvent's new value.