BeforeLoadProviderCustomAssemblyEventHandler Delegate
In This Article
A method that handles the SqlDataSource.BeforeLoadProviderCustomAssembly or SqlDataSource.BeforeLoadProviderCustomAssemblyGlobal event.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public delegate void BeforeLoadProviderCustomAssemblyEventHandler(
object sender,
BeforeLoadProviderCustomAssemblyEventArgs args
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
args | Before |
A Before |
See Also