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

OnBeginEdit() protected méthode

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