We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd6af0 commit a320b07Copy full SHA for a320b07
Source/Shared/ExceptionlessClient.cs
@@ -230,11 +230,11 @@ protected void OnSubmittingEvent(EventSubmittingEventArgs e) {
230
/// Occurs when the event has been submitted.
231
/// </summary>
232
public event EventHandler<EventSubmittedEventArgs> SubmittedEvent;
233
-
+
234
/// <summary>
235
/// Raises the <see cref="SubmittedEvent" /> event.
236
237
- /// <param name="e">The <see cref="EventSubmittingEventArgs" /> instance containing the event data.</param>
+ /// <param name="e">The <see cref="EventSubmittedEventArgs" /> instance containing the event data.</param>
238
protected void OnSubmittedEvent(EventSubmittedEventArgs e) {
239
if (SubmittedEvent == null)
240
return;
0 commit comments