DataRelationCollection.OnCollectionChanging(CollectionChangeEventArgs) メソッド

定義

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

protected:
 virtual void OnCollectionChanging(System::ComponentModel::CollectionChangeEventArgs ^ ccevent);
protected public:
 virtual void OnCollectionChanging(System::ComponentModel::CollectionChangeEventArgs ^ ccevent);
protected virtual void OnCollectionChanging (System.ComponentModel.CollectionChangeEventArgs ccevent);
protected internal virtual void OnCollectionChanging (System.ComponentModel.CollectionChangeEventArgs ccevent);
abstract member OnCollectionChanging : System.ComponentModel.CollectionChangeEventArgs -> unit
override this.OnCollectionChanging : System.ComponentModel.CollectionChangeEventArgs -> unit
Protected Overridable Sub OnCollectionChanging (ccevent As CollectionChangeEventArgs)
Protected Friend Overridable Sub OnCollectionChanging (ccevent As CollectionChangeEventArgs)

パラメーター

ccevent
CollectionChangeEventArgs

イベント データを格納している CollectionChangeEventArgs

注釈

イベントを発生させると、イベント ハンドラーがデリゲートから呼び出されます。 概要については、「イベントの処理と発生」を参照してください。

注意 (継承者)

継承クラスで を OnCollectionChanging(CollectionChangeEventArgs) オーバーライドする場合は、必ず基底クラスの メソッドを OnCollectionChanging(CollectionChangeEventArgs) 呼び出してください。

適用対象

こちらもご覧ください