ValidateCustomSqlQueryEventHandler Delegate
References a method that will handle the SqlDataSource.ValidateCustomSqlQuery event.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.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