Delegate DbConnectionDataProviderInitializedHandler
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the method that will handle the event raised when a DbConnectionDataProvider is initialized.
public delegate void DbConnectionDataProviderInitializedHandler(object sender, DbConnectionDataProviderInitializedEventArgs e)
Parameters
senderobjectThe source of the event.
eDbConnectionDataProviderInitializedEventArgsAn object that contains event data.