RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModelBase..::..PreviousCommand Property

Gets the previous command.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public RelayCommand PreviousCommand { get; set; }
Public Property PreviousCommand As RelayCommand
	Get
	Set
public:
property RelayCommand^ PreviousCommand {
	RelayCommand^ get ();
	void set (RelayCommand^ value);
}

Field Value

The previous command.