Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

33 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="SendCompletedEventHandler" FullName="System.Net.Mail.SendCompletedEventHandler">
<TypeSignature Language="C#" Value="public delegate void SendCompletedEventHandler(object sender, AsyncCompletedEventArgs e);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SendCompletedEventHandler extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="sender" Type="System.Object" />
<Parameter Name="e" Type="System.ComponentModel.AsyncCompletedEventArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="sender">To be added.</param>
<param name="e">To be added.</param>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Net.Mail.SendCompletedEventHandler" /> delegate is used to handle events that occur when the <see cref="T:System.Net.Mail.SmtpClient" /> class finishes asynchronously sending an e-mail message using the <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync" /> method.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents the method that will handle the <see cref="E:System.Net.Mail.SmtpClient.SendCompleted" /> event.</para>
</summary>
</Docs>
</Type>