Edit

Share via


DeleteAttachmentCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to