Skip to main content
A newer version of this page is available. .

ValidateCustomSqlQueryEventHandler Delegate

References a method that will handle the SqlDataSource.ValidateCustomSqlQuery event.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public delegate void ValidateCustomSqlQueryEventHandler(
    object sender,
    ValidateCustomSqlQueryEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ValidateCustomSqlQueryEventArgs

A ValidateCustomSqlQueryEventArgs object that contains event data.

See Also