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

DataBindingErrorEventArgs Class

Provides data for the WorksheetDataBindingCollection.Error event.

Namespace: DevExpress.Spreadsheet

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

Declaration

public class DataBindingErrorEventArgs :
    EventArgs

Remarks

The WorksheetDataBindingCollection.Error event occurs when an error happens during data update in the binding range or in the bound data source.

The DataBindingErrorEventArgs contains values that enable determining the cause of the error, the binding range and the row in which the error occurs.

Inheritance

Object
EventArgs
DataBindingErrorEventArgs
See Also