Window.OnSourceInitialized Method
.NET Framework 4.6 and 4.5
Raises the SourceInitialized event.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
OnSourceInitialized raises the SourceInitialized event.
A type that derives from Window may override OnSourceInitialized. The overridden method must call OnSourceInitialized on the base class if SourceInitialized needs to be raised.
Show: