AdvancedCollectionView.VectorChanged Event    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the vector changes.
public event Windows.Foundation.Collections.VectorChangedEventHandler<object> VectorChanged;
	member this.VectorChanged : Windows.Foundation.Collections.VectorChangedEventHandler<obj> 
	Public Event VectorChanged As VectorChangedEventHandler(Of Object) 
	Event Type
		Windows.Foundation.Collections.VectorChangedEventHandler<Object>
		
	
	
	Implements
					
						Windows.Foundation.Collections.IObservableVector`1.VectorChanged