Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

Application.LoadCompleted Event

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

public event LoadCompletedEventHandler LoadCompleted
<object LoadCompleted="LoadCompletedEventHandler" .../>

A navigator is either a NavigationWindow or a Frame.

See NavigationService.LoadCompleted.

NoteNote

Listen for events on the navigated content such as the Loaded event on Page before you access properties of the navigated content.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft