共用方式為


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 介面時,才能使用這個成員。

適用於