Command binding used for execution of the export process resulting in the selected data to be saved as a file to the desired path.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
public ICommand ExportStorableCommand { get; set; }public ICommand ExportStorableCommand { get; set; }Public Property ExportStorableCommand As ICommand
Get
Set
Public Property ExportStorableCommand As ICommand
Get
Set
public:
property ICommand^ ExportStorableCommand {
ICommand^ get ();
void set (ICommand^ value);
}