TabItem.OnContentChanged(Object, Object) Metoda

Definice

Volá se Content při změně vlastnosti.

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

Parametry

oldContent
Object

Stará hodnota vlastnosti obsahu.

newContent
Object

Nová hodnota vlastnosti obsahu.

Platí pro