Called on the application save command. Default tries to save the open modelcontainer
Namespace: AppCan.wpf.ApplicationAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void SaveCommand( Object sender, ExecutedRoutedEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub SaveCommand ( _ sender As Object, _ e As ExecutedRoutedEventArgs _ ) |
Visual C++ |
---|
protected: virtual void SaveCommand( Object^ sender, ExecutedRoutedEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object
[Missing <param name="sender"/> documentation for "M:AppCan.wpf.Application.AppCanApp.SaveCommand(System.Object,System.Windows.Input.ExecutedRoutedEventArgs)"]
- e
- Type: System.Windows.Input..::..ExecutedRoutedEventArgs
[Missing <param name="e"/> documentation for "M:AppCan.wpf.Application.AppCanApp.SaveCommand(System.Object,System.Windows.Input.ExecutedRoutedEventArgs)"]