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

RecordLockingViewModel..::..CancelSaveCommand Property

Gets or sets the cancel save command.

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

Syntax


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

Field Value

The cancel save command.