Freezable.Changed イベント
定義
public:
event EventHandler ^ Changed;
public event EventHandler Changed;
member this.Changed : EventHandler
Public Custom Event Changed As EventHandler
イベントの種類
注釈
現在のオブジェクトが変更可能でない場合に、イベントハンドラーを追加または削除しようとすると ( IsFrozen プロパティがの場合 true
)、例外がスローされます。If you attempt to add or remove event handlers when the current object is not modifiable (when the IsFrozen property is true
), an exception is thrown.