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

ValidateDashboardCustomSqlQueryWebEventArgs(ValidateDashboardCustomSqlQueryEventArgs) Constructor

Initializes a new instance of the ValidateDashboardCustomSqlQueryWebEventArgs class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

public ValidateDashboardCustomSqlQueryWebEventArgs(
    ValidateDashboardCustomSqlQueryEventArgs innerArgs
)

Parameters

Name Type Description
innerArgs ValidateDashboardCustomSqlQueryEventArgs

A ValidateDashboardCustomSqlQueryEventArgs object.

See Also