DataBindingWarningEventArgs(DataBindingWarningType) Constructor
In This Article
Initializes a new instance of the DataBindingWarningEventArgs class with the specified settings.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DataBindingWarningEventArgs(
DataBindingWarningType warningType
)
#Parameters
Name | Type | Description |
---|---|---|
warning |
Data |
A Data |
#Remarks
The DataBindingWarningEventArgs class instance is created automatically and passed to the handler of the SpreadsheetControl.DataBindingWarning event.
See Also