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

OnBeginEdit() 보호된 메소드

Raises the IEditableObject.BeginEdit event.
protected OnBeginEdit ( System.ComponentModel.BeginEditEventArgs e ) : void
e System.ComponentModel.BeginEditEventArgs The instance containing the event data.
리턴 void
        protected virtual void OnBeginEdit(BeginEditEventArgs e)
        {
        }