Called on ApplicationCommand Save As - default saves the open model container, asking the file to save as...

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

Parameters

sender
Type: System..::..Object

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

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

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

See Also