Edit

Share via


GetSharingMetadataCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to