dashboard-devexpress-dot-dashboardweb-30b49bda.md
Provides data for the ValidateDashboardCustomSqlQuery events.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.dll
NuGet Package : DevExpress.Web.Dashboard.Common
public class ValidateDashboardCustomSqlQueryWebEventArgs :
EventArgs
Public Class ValidateDashboardCustomSqlQueryWebEventArgs
Inherits EventArgs
ValidateDashboardCustomSqlQueryWebEventArgs is the data class for the following events:
The ValidateDashboardCustomSqlQuery events are raised each time the custom SQL query, which is used to supply the dashboard with data, needs to be validated. This is true if the DashboardSqlDataSource is used as a dashboard data source and the CustomSqlQuery is used to select data. To learn more, see the topic for the required event.
Object EventArgs ValidateDashboardCustomSqlQueryWebEventArgs
See Also