Called on the application open command. By default requests a model container to open

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 OpenCommand(
	Object sender,
	ExecutedRoutedEventArgs e
)
Visual Basic
Protected Overridable Sub OpenCommand ( _
	sender As Object, _
	e As ExecutedRoutedEventArgs _
)
Visual C++
protected:
virtual void OpenCommand(
	Object^ sender, 
	ExecutedRoutedEventArgs^ e
)

Parameters

sender
Type: System..::..Object

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

e
Type: System.Windows.Input..::..ExecutedRoutedEventArgs

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

See Also