CustomEvent
사용되지 않는 항목 표시
요약
메서드
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.
이벤트
Fires when a receiver is connected to the CustomEvent.
Fires when a receiver is disconnected from the CustomEvent.
속성
메서드
GetAttachedReceivers
Instances
This function returns the CustomEventReceivers that are connected to the CustomEvent.
반환
Instances
SetValue
void
This function sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.
매개 변수
반환
void