IViewAutomationPeer.ItemsChanged(NotifyCollectionChangedEventArgs) Method

Definition

Called by ListView when the collection of items changes.

public:
 void ItemsChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
public void ItemsChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
abstract member ItemsChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Public Sub ItemsChanged (e As NotifyCollectionChangedEventArgs)

Parameters

Applies to

See also