Catel.Data.ModelBase.OnCancelEditCompleted C# (CSharp) Method

OnCancelEditCompleted() protected method

Raises the IAdvancedEditableObject.CancelEditingCompleted event.
protected OnCancelEditCompleted ( System.ComponentModel.CancelEditCompletedEventArgs e ) : void
e System.ComponentModel.CancelEditCompletedEventArgs The instance containing the event data.
return void
        protected virtual void OnCancelEditCompleted(CancelEditCompletedEventArgs e)
        {
        }