Called when the application is started.

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override void OnStartup(
	StartupEventArgs e
)
Visual Basic
Protected Overrides Sub OnStartup ( _
	e As StartupEventArgs _
)
Visual C++
protected:
virtual void OnStartup(
	StartupEventArgs^ e
) override

Parameters

e
Type: System.Windows..::..StartupEventArgs

[Missing <param name="e"/> documentation for "M:AppCan.wpf.Application.AppCanApp.OnStartup(System.Windows.StartupEventArgs)"]

See Also