1 instantiation of StartupEventArgs
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
547Dim eventArgs As New StartupEventArgs(CommandLineArgs)
2 references to StartupEventArgs
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
34Public Delegate Sub StartupEventHandler(sender As Object, e As StartupEventArgs) 902Protected Overridable Function OnStartup(eventArgs As StartupEventArgs) As Boolean