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