Catel.Data.ModelBase.OnEndEdit C# (CSharp) 메소드

OnEndEdit() 보호된 메소드

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