ContentControl.OnContentChanged(Object, Object) Metoda

Definicja

Wywoływana, gdy zmienia się Content właściwość.

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

Parametry

oldContent
Object

Stara wartość Content właściwości.

newContent
Object

Nowa wartość Content właściwości.

Dotyczy