Пример #1
0
 /// <summary>
 /// Raises the <see cref="E:RecordInsertFailed" /> event.
 /// </summary>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 protected virtual void OnRecordInsertFailed(OperatorEventArguments e)
 {
     RecordInsertFailed?.Invoke(this, e);
 }
Пример #2
0
 /// <summary>
 /// Raises the <see cref="E:BeforeInsert" /> event.
 /// </summary>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 protected virtual void OnBeforeInsert(OperatorEventArguments e)
 {
     BeforeInsert?.Invoke(this, e);
 }