StartupEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the My.Application.Startup event.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
Microsoft.VisualBasic.ApplicationServices::StartupEventArgs^
A StartupEventArgs object that contains the event data.
In Visual Basic, you do not need to work with this delegate explicitly. For more information, see Startup.
.NET Framework
Available since 2.0
Available since 2.0
Show: