CustomEventReceiver

사용되지 않는 항목 표시
더 이상 사용되지 않음

요약

속성

메서드

이벤트

속성

Source

병렬 읽기

This property attaches the CustomEventReceiver object to a CustomEvent.

메서드

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.

매개 변수

event: Instance

EventDisconnected

This event fires when the receiver is attached to a different CustomEvent, when the CustomEventReceiver.Source property is changed.

매개 변수

event: Instance

SourceValueChanged

Fires when the value of the CustomEvent's source is changed, passing the CustomEvent's new value.

매개 변수

newValue: number