Show / Hide Table of Contents

Delegate StartupEventHandler

Represents the method that will handle the Application.Startup event.

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public delegate void StartupEventHandler(object sender, StartupEventArgs e);
Parameters
Type Name Description
System.Object sender

The object that raised the event.

StartupEventArgs e

The event data.

  • Improve this Doc
  • View Source