CollectionViewSource.OnSourceChanged(Object, Object) Method

Definition

Invoked when the Source property changes.

protected:
 virtual void OnSourceChanged(System::Object ^ oldSource, System::Object ^ newSource);
protected virtual void OnSourceChanged (object oldSource, object newSource);
abstract member OnSourceChanged : obj * obj -> unit
override this.OnSourceChanged : obj * obj -> unit
Protected Overridable Sub OnSourceChanged (oldSource As Object, newSource As Object)

Parameters

oldSource
Object

The old value of the Source property.

newSource
Object

The new value of the Source property.

Applies to