EmailBeforeSendEventHandler
is defined in the Telligent.Evolution.Extensibility.Api.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class EmailBeforeSendEventHandler { IAsyncResult BeginInvoke(EmailBeforeSendEventArgs args, AsyncCallback callback, Object object); void EndInvoke(IAsyncResult result); void Invoke(EmailBeforeSendEventArgs args); }
Methods
IAsyncResult BeginInvoke(EmailBeforeSendEventArgs args, AsyncCallback callback, Object object);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
args | EmailBeforeSendEventArgs | Args | Required | ||
callback | AsyncCallback | Callback | Required | ||
object | Object | Object | Required |
Return Type
IAsyncResult
void EndInvoke(IAsyncResult result);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
result | IAsyncResult | Result | Required |
void Invoke(EmailBeforeSendEventArgs args);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
args | EmailBeforeSendEventArgs | Args | Required |