Application.OnStartup Method
.NET Framework 4.6 and 4.5
Raises the Startup event.
Namespace: System.Windows
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.
Show: