StartupEventHandler Delegate

 

Represents the method that will handle the My.Application.Startup event.

Namespace:   Microsoft.VisualBasic.ApplicationServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public delegate void StartupEventHandler(
	Object^ sender,
	StartupEventArgs^ e
)

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
Return to top
Show: