ToolTip.OnContentChanged(Object, Object) Metoda

Definice

Volá se při Content 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 Content vlastnosti.

newContent
Object

Nová hodnota Content vlastnosti.

Platí pro