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

DataBindingWarningEventArgs(DataBindingWarningType) Constructor

Initializes a new instance of the DataBindingWarningEventArgs class with the specified settings.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public DataBindingWarningEventArgs(
    DataBindingWarningType warningType
)

Parameters

Name Type Description
warningType DataBindingWarningType

A DataBindingWarningType enumeration value specifying the type of the data binding warning dialog to be invoked.

Remarks

The DataBindingWarningEventArgs class instance is created automatically and passed to the handler of the SpreadsheetControl.DataBindingWarning event.

See Also