RdlCollection<T>.OnCollectionChanged(EventArgs) メソッド

定義

CollectionChanged イベントを発生させます。

protected:
 virtual void OnCollectionChanged(EventArgs ^ e);
protected virtual void OnCollectionChanged (EventArgs e);
abstract member OnCollectionChanged : EventArgs -> unit
override this.OnCollectionChanged : EventArgs -> unit
Protected Overridable Sub OnCollectionChanged (e As EventArgs)

パラメーター

e
EventArgs

イベントです。

適用対象