Skip to main content
Row

SpreadsheetValidateCustomSqlQueryEventArgs Class

Provides data for the SpreadsheetControl.ValidateCustomSqlQuery event.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class SpreadsheetValidateCustomSqlQueryEventArgs :
    EventArgs

Remarks

An instance of the SpreadsheetValidateCustomSqlQueryEventArgs class with appropriate settings is automatically created, initialized and passed to the SpreadsheetControl.ValidateCustomSqlQuery event handler.

Inheritance

Object
EventArgs
SpreadsheetValidateCustomSqlQueryEventArgs
See Also