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