Skip to main content

ValidateCustomSqlQueryEventHandler Delegate

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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