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