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 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상