Partager via


GridViewAutomationPeer.IViewAutomationPeer.ItemsChanged Méthode

Définition

Appelée en cas de modification de la collection d'éléments.

 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

Paramètres

e
NotifyCollectionChangedEventArgs

Données associées à l'événement.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de GridViewAutomationPeer est castée en interface IViewAutomationPeer.

S’applique à