次の方法で共有


GridViewAutomationPeer.IViewAutomationPeer.ItemsChanged メソッド

定義

項目のコレクションが変更されると呼び出されます。

 virtual void System.Windows.Automation.Peers.IViewAutomationPeer.ItemsChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e) = System::Windows::Automation::Peers::IViewAutomationPeer::ItemsChanged;
void IViewAutomationPeer.ItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
abstract member System.Windows.Automation.Peers.IViewAutomationPeer.ItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
override this.System.Windows.Automation.Peers.IViewAutomationPeer.ItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Sub ItemsChanged (e As NotifyCollectionChangedEventArgs) Implements IViewAutomationPeer.ItemsChanged

パラメーター

e
NotifyCollectionChangedEventArgs

イベントに関連付けられているデータ。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GridViewAutomationPeer のインスタンスが IViewAutomationPeer インターフェイスにキャストされる場合のみ、使用できます。

適用対象