Compartilhar via


Como: Manipular eventos de aplicativo (Visual Basic)

Visual Basic provides several application-level events including Startup, Shutdown, StartupNextInstance, and UnhandledException. Code for these events is stored in the ApplicationEvents.vb partial class file, which is hidden by default. You can access the Code Editor window for application events from the Application page of the Project Designer.

To access code for application events

  1. Select a project in Solution Explorer, and then on the Project menu, click Properties.

  2. Select the Application page.

  3. Click the View Application Events button to open the Code Editor.

Consulte também

Referência

Startup

Shutdown

StartupNextInstance

UnhandledException

Outros recursos

Gerenciando propriedades Application