ValidateCustomSqlQueryEventHandler Delegate
In This Article
References a method that will handle the SqlDataSource.ValidateCustomSqlQuery event.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public delegate void ValidateCustomSqlQueryEventHandler(
object sender,
ValidateCustomSqlQueryEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Validate |
A Validate |
See Also