'Declaration
Public Event BindingErrors As EventHandler(Of BindingErrorsEventArgs)
'Usage
Dim instance As BindingExtenderCore Dim handler As EventHandler(Of BindingErrorsEventArgs) AddHandler instance.BindingErrors, handler
public event EventHandler<BindingErrorsEventArgs> BindingErrors
public: event EventHandler<BindingErrorsEventArgs^>^ BindingErrors
Event Data
The event handler receives an argument of type BindingErrorsEventArgs containing data related to this event. The following BindingErrorsEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BindingExceptions | The binding exceptions being reported. |
Requirements