WPF Application.Startup property (not StartupUri)

1.3k Views Asked by At

The MSDN page for System.Windows.Application lists a property called StartupUri. However, this MSDN example uses Startup.

Where is Startup defined? I couldn't find it in the MSDN documentation.

This might be obvious to some, I'm just entering into the C#/WPF world.

1

There are 1 best solutions below

0
On BEST ANSWER

Startup is an event on the Application class. See the documentation for more details.