Table of Contents

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

sender object

The source of the event.

e DbConnectionDataProviderInitializedEventArgs

An object that contains event data.