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)
        {
        }