Application Save As command can execute
Namespace: AppCan.wpf.ApplicationAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void CanExecuteSaveAsCommand( Object sender, CanExecuteRoutedEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub CanExecuteSaveAsCommand ( _ sender As Object, _ e As CanExecuteRoutedEventArgs _ ) |
Visual C++ |
---|
protected: virtual void CanExecuteSaveAsCommand( Object^ sender, CanExecuteRoutedEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object
[Missing <param name="sender"/> documentation for "M:AppCan.wpf.Application.AppCanApp.CanExecuteSaveAsCommand(System.Object,System.Windows.Input.CanExecuteRoutedEventArgs)"]
- e
- Type: System.Windows.Input..::..CanExecuteRoutedEventArgs
[Missing <param name="e"/> documentation for "M:AppCan.wpf.Application.AppCanApp.CanExecuteSaveAsCommand(System.Object,System.Windows.Input.CanExecuteRoutedEventArgs)"]