ISaveFileDialogService Methods
Provides methods to save the data of a ViewModel to a file by using the standard dialog box.Name | Description |
---|---|
Reset() | Resets all properties to the default values. Inherited from IFileDialogServiceBase. |
ShowDialog(Action<CancelEventArgs>, String, String) | Shows the dialog box. |
See Also