Click or drag to resize

AppOnStartup Method

[This is preliminary documentation and is subject to change.]

Raises the Startup event.

Namespace:  TrafficSimulation.UI.Application
Assembly:  TrafficSimulation.UI.Application (in TrafficSimulation.UI.Application.exe) Version: 1.0.0.2 (1.0.0.2)
Syntax
protected override void OnStartup(
	StartupEventArgs e
)

Parameters

e
Type: System.WindowsStartupEventArgs
A StartupEventArgs that contains the event data.
See Also