CustomEventReceiver
요약
속성
Attaches the CustomEventReceiver object to a CustomEvent.
메서드
Returns the current value of the receiver's CustomEventReceiver.Source property.
이벤트
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.
속성
메서드
GetCurrentValue
This function returns the current value of the receiver's CustomEventReceiver.Source property.
반환
이벤트
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.