CreateAttachmentCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to