UpdateDelegateCompletedEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O UpdateDelegateCompletedEventHandler é o tipo de delegado que define o manipulador de eventos chamado quando a operação assíncrona correspondente é concluída.
public delegate void UpdateDelegateCompletedEventHandler(System::Object ^ sender, UpdateDelegateCompletedEventArgs ^ e);
public delegate void UpdateDelegateCompletedEventHandler(object sender, UpdateDelegateCompletedEventArgs e);
Public Delegate Sub UpdateDelegateCompletedEventHandler(sender As Object, e As UpdateDelegateCompletedEventArgs)
Parâmetros
- sender
- Object