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