public event EventHandler<EventArgs> BulkInsertCompleted
Public Event BulkInsertCompleted As EventHandler(Of EventArgs)
public:
event EventHandler<EventArgs^>^ BulkInsertCompleted {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
function add_BulkInsertCompleted(value);
function remove_BulkInsertCompleted(value);