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

SpreadsheetValidateCustomSqlQueryEventArgs Class

Provides data for the SpreadsheetControl.ValidateCustomSqlQuery event.

Namespace: DevExpress.Spreadsheet

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

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