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