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