Share via


IViewAutomationPeer.ItemsChanged(NotifyCollectionChangedEventArgs) メソッド

定義

項目のコレクションが変更されるときに、ListView によって呼び出されます。

public:
 void ItemsChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
public void ItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
abstract member ItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Public Sub ItemsChanged (e As NotifyCollectionChangedEventArgs)

パラメーター

e
NotifyCollectionChangedEventArgs

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

適用対象

こちらもご覧ください