Esempio n. 1
0
 /// <summary>
 /// Raises the <see cref="IEditableObject.EndEdit"/> event.
 /// </summary>
 /// <param name="e">The <see cref="System.ComponentModel.EditEventArgs"/> instance containing the event data.</param>
 protected virtual void OnEndEdit(EditEventArgs e)
 {
 }
 protected override void OnEndEdit(EditEventArgs e)
 {
     OnEndEditCalled = true;
 }
Esempio n. 3
0
 /// <summary>
 /// Raises the <see cref="IEditableObject.CancelEdit"/> event.
 /// </summary>
 /// <param name="e">The <see cref="System.ComponentModel.EditEventArgs"/> instance containing the event data.</param>
 protected virtual void OnCancelEdit(EditEventArgs e)
 {
 }