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