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

OnEndEdit() protected method

Raises the IEditableObject.EndEdit event.
protected OnEndEdit ( System.ComponentModel.EditEventArgs e ) : void
e System.ComponentModel.EditEventArgs The instance containing the event data.
return void
        protected virtual void OnEndEdit(EditEventArgs e)
        {
        }