Application.LoadCompleted Event
.NET Framework 4.6 and 4.5
Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
A navigator is either a NavigationWindow or a Frame.
Show:
Note