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 接口时使用。

适用于