StartupEventArgs Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Provides data for the My.Application.Startup event.
Namespace: Microsoft.VisualBasic.ApplicationServices
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
'Declaration <ComVisibleAttribute(False)> _ Public Class StartupEventArgs Inherits CancelEventArgs 'Usage Dim instance As StartupEventArgs
/** @attribute ComVisibleAttribute(false) */ public class StartupEventArgs extends CancelEventArgs
ComVisibleAttribute(false) public class StartupEventArgs extends CancelEventArgs
The My.Application.Startup event occurs when the application starts, if the application implements the Visual Basic Application Model. For more information, see Overview of the Visual Basic Application Model.
StartupEventArgs contains the command-line arguments of the application and indicates whether the application startup should be canceled.
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: