Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetValidateCustomSqlQueryEventArgs(String, Boolean) Constructor

Initializes a new instance of the SpreadsheetValidateCustomSqlQueryEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

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

Declaration

public SpreadsheetValidateCustomSqlQueryEventArgs(
    string sql,
    bool valid
)

Parameters

Name Type Description
sql String

A String value that is the custom SQL query being validated.

valid Boolean

A Boolean value that specifies whether or not the specified SQL query is valid.

Remarks

The SpreadsheetValidateCustomSqlQueryEventArgs is created automatically and passed to the handler of the SpreadsheetControl.ValidateCustomSqlQuery event.

See Also