4 references to SendCompletedEventHandler
netstandard (1)
netstandard.cs (1)
1176
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
SendCompletedEventHandler
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
661
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
SendCompletedEventHandler
))]
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
65
public event
SendCompletedEventHandler
? SendCompleted;
745
SendCompletedEventHandler
? handler = null;