Example #1
0
 /// <summary>
 /// Interception point for derived logic to do work when beginning edit.
 /// </summary>
 protected virtual void OnBeginEdit()
 {
     EditState.OnBeginEdit(this);
 }