Called when the main window is loaded

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

Syntax

C#
protected virtual void MainWindow_Loaded(
	Object sender,
	RoutedEventArgs e
)
Visual Basic
Protected Overridable Sub MainWindow_Loaded ( _
	sender As Object, _
	e As RoutedEventArgs _
)
Visual C++
protected:
virtual void MainWindow_Loaded(
	Object^ sender, 
	RoutedEventArgs^ e
)

Parameters

sender
Type: System..::..Object

[Missing <param name="sender"/> documentation for "M:AppCan.wpf.Application.AppCanApp.MainWindow_Loaded(System.Object,System.Windows.RoutedEventArgs)"]

e
Type: System.Windows..::..RoutedEventArgs

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

See Also