StartupEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that will handle the Application.Startup event.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Delegate Sub StartupEventHandler ( _ sender As Object, _ e As StartupEventArgs _ )
Parameters
- sender
- Type: System.Object
The object that raised the event.
- e
- Type: System.Windows.StartupEventArgs
The event data.
Show: