ToolTip::OnContentChanged Method (Object^, Object^)
.NET Framework (current version)
Called when the Content property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnContentChanged( Object^ oldContent, Object^ newContent ) override
Parameters
- oldContent
-
Type:
System::Object^
The old value of the Content property.
- newContent
-
Type:
System::Object^
The new value of the Content property.
.NET Framework
Available since 4.5
Available since 4.5
Show: