LoadBulkInsertAttributesEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void LoadBulkInsertAttributesEventHandler(System::Object ^ sender, BulkInsertAttributesEventArgs ^ args);
public delegate void LoadBulkInsertAttributesEventHandler(object sender, BulkInsertAttributesEventArgs args);
type LoadBulkInsertAttributesEventHandler = delegate of obj * BulkInsertAttributesEventArgs -> unit
Public Delegate Sub LoadBulkInsertAttributesEventHandler(sender As Object, args As BulkInsertAttributesEventArgs)
Parameters
- sender
- Object