Catel.Data.ModelBase.OnEndEdit C# (CSharp) Méthode

OnEndEdit() protected méthode

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