SetItemDefinitionCompletedEventHandler 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.
public delegate void SetItemDefinitionCompletedEventHandler(System::Object ^ sender, SetItemDefinitionCompletedEventArgs ^ e);
public delegate void SetItemDefinitionCompletedEventHandler(object sender, SetItemDefinitionCompletedEventArgs e);
type SetItemDefinitionCompletedEventHandler = delegate of obj * SetItemDefinitionCompletedEventArgs -> unit
Public Delegate Sub SetItemDefinitionCompletedEventHandler(sender As Object, e As SetItemDefinitionCompletedEventArgs)
Parâmetros
- sender
- Object