Class CloseAfterSaveWindowCommand
[Icon("")]
[Display(Name = "关闭并保存", Description = "关闭应用程序并保存应用数据")]
public class CloseAfterSaveWindowCommand : CloseWindowCommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable, ICommand
- Inheritance
-
CloseAfterSaveWindowCommand
- Implements
- Inherited Members
- Extension Methods
Properties
UseSave
public bool UseSave { get; set; }
Property Value
Methods
ExecuteAsync(object)
public override Task ExecuteAsync(object parameter)
Parameters
parameter
object