Back to Devexpress

DataBindingErrorEventArgs Class

officefileapi-devexpress-dot-spreadsheet-399a0f57.md

latest1.8 KB
Original Source

DataBindingErrorEventArgs Class

Provides data for the WorksheetDataBindingCollection.Error event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class DataBindingErrorEventArgs :
    EventArgs
vb
Public Class DataBindingErrorEventArgs
    Inherits EventArgs

DataBindingErrorEventArgs is the data class for the following events:

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

DataBindingErrorEventArgs Members

Error

DevExpress.Spreadsheet Namespace