示例#1
0
 /// <summary>
 /// Raises the <see cref="E:EditException"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Fr.Medit.MedDataGrid.EditExceptionEventArgs"/> instance containing the event data.</param>
 protected virtual void OnEditException(EditExceptionEventArgs e)
 {
     if (EditException != null)
     {
         EditException(this, e);
     }
 }
 /// <summary>
 /// Raises the <see cref="E:EditException"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Fr.Medit.MedDataGrid.EditExceptionEventArgs"/> instance containing the event data.</param>
 protected virtual void OnEditException(EditExceptionEventArgs e)
 {
     if (EditException != null)
       {
     EditException(this, e);
       }
 }