CurrentChangedEventManager.AddHandler メソッド

定義

指定されたソースで CurrentChanged イベントが発生したときに呼び出されるイベント ハンドラーを追加します。

public:
 static void AddHandler(System::ComponentModel::ICollectionView ^ source, EventHandler<EventArgs ^> ^ handler);
public static void AddHandler (System.ComponentModel.ICollectionView source, EventHandler<EventArgs> handler);
static member AddHandler : System.ComponentModel.ICollectionView * EventHandler<EventArgs> -> unit
Public Shared Sub AddHandler (source As ICollectionView, handler As EventHandler(Of EventArgs))

パラメーター

source
ICollectionView

CurrentChanged イベントを発生させるソース オブジェクト。

handler
EventHandler<EventArgs>

CurrentChanged イベントを発生させるソース オブジェクト。

例外

handlernullです。

注釈

イベントのサブスクライブに使用するイベント ハンドラーを指定するには、このメソッドを CurrentChanged 使用します。 このメソッドを使用する場合、リスナー オブジェクトは インターフェイスを実装 IWeakEventListener する必要はありません。

適用対象