Edit

Share via


GetServerTimeZonesCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to