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

DataBindingWarningEventArgs Class

Provides data for the DataBindingWarning event.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class DataBindingWarningEventArgs :
    HandledEventArgs

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