DataBindingWarningEventArgs Class
Provides data for the DataBindingWarning event.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
The DataBindingWarningEventArgs class represents an argument for the DataBindingWarning event of the SpreadsheetControl.
An instance of the DataBindingWarningEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Inheritance
Object
EventArgs
HandledEventArgs
DataBindingWarningEventArgs
See Also