3 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 (1)
System\Net\Mail\SmtpClient.cs (1)
57
public event
SendCompletedEventHandler
? SendCompleted;