Application::OnLoadCompleted Method (NavigationEventArgs^)
.NET Framework (current version)
Raises the LoadCompleted event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Navigation::NavigationEventArgs^
A NavigationEventArgs that contains the event data.
OnLoadCompleted raises the LoadCompleted event.
A type that derives from Application may override OnLoadCompleted. The overridden method must call OnLoadCompleted in the base class if LoadCompleted needs to be raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: