 | AppOnStartup Method |
[This is preliminary documentation and is subject to change.]
Namespace:
TrafficSimulation.UI.Application
Assembly:
TrafficSimulation.UI.Application (in TrafficSimulation.UI.Application.exe) Version: 1.0.0.2 (1.0.0.2)
Syntaxprotected override void OnStartup(
StartupEventArgs e
)
Protected Overrides Sub OnStartup (
e As StartupEventArgs
)
protected:
virtual void OnStartup(
StartupEventArgs^ e
) override
abstract OnStartup :
e : StartupEventArgs -> unit
override OnStartup :
e : StartupEventArgs -> unit Parameters
- e
- Type: System.WindowsStartupEventArgs
A StartupEventArgs that contains the event data.
See Also