Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top