Exemplo n.º 1
0
 /// <summary>
 /// Report item generated and ready for reporting
 /// </summary>
 /// <param name="e"></param>
 protected virtual void ReportItemGenerated(RuminantAttributeStatisticsEventArgs e)
 {
     OnReportItemGenerated?.Invoke(this, e);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Report item generated and ready for reporting
 /// </summary>
 /// <param name="e"></param>
 protected virtual void ReportItemGenerated(HerdReportItemGeneratedEventArgs e)
 {
     OnReportItemGenerated?.Invoke(this, e);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Report item generated and ready for reporting
 /// </summary>
 /// <param name="e"></param>
 protected virtual void ReportItemGenerated(RuminantReportItemEventArgs e)
 {
     OnReportItemGenerated?.Invoke(this, e);
 }