'Declaration Protected Overridable Sub OnCollectionChanged( _ ByVal sender As Object, _ ByVal e As NotifyCollectionChangedEventArgs _ )
protected virtual void OnCollectionChanged( object sender, NotifyCollectionChangedEventArgs e )
Parameters
- sender
- The collection that originated the event.
- e
- The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.