コード例 #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)
 {
 }
コード例 #2
0
 protected override void OnEndEdit(EditEventArgs e)
 {
     OnEndEditCalled = true;
 }
コード例 #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)
 {
 }