Catel.MVVM.ViewModelBase.CancelAsync C# (CSharp) Method

CancelAsync() protected method

Cancels the editing of the data.
protected CancelAsync ( ) : Task
return Task
        protected virtual Task<bool> CancelAsync()
        {
            // Note: should be converted to a sync method in v5`
            return Cancel();
        }