GetAttachmentCompletedEventHandler Delegate

Definition

The GetAttachmentCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation is complete.

public delegate void GetAttachmentCompletedEventHandler(System::Object ^ sender, GetAttachmentCompletedEventArgs ^ e);
public delegate void GetAttachmentCompletedEventHandler(object sender, GetAttachmentCompletedEventArgs e);
Public Delegate Sub GetAttachmentCompletedEventHandler(sender As Object, e As GetAttachmentCompletedEventArgs)

Parameters

sender
Object

Applies to