Window.OnContentChanged Method
.NET Framework 4.6 and 4.5
Called when the Content property changes.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- oldContent
- Type: System.Object
A reference to the root of the old content tree.
- newContent
- Type: System.Object
A reference to the root of the new content tree.
Show: