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

ValidateDashboardCustomSqlQueryEventHandler Delegate

References a method that handles ValidateCustomSqlQuery events.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public delegate void ValidateDashboardCustomSqlQueryEventHandler(
    object sender,
    ValidateDashboardCustomSqlQueryEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ValidateDashboardCustomSqlQueryEventArgs

The ValidateDashboardCustomSqlQueryEventArgs object that contains event data.

See Also