DataRepeaterDataErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the DataError event.
- C#
- VB.NET
public delegate void DataRepeaterDataErrorEventHandler(Object sender, DataRepeaterDataErrorEventArgs e)
Public Delegate Sub DataRepeaterDataErrorEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterDataErrorEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataRepeaterDataErrorEventArgs | A DataRepeaterDataErrorEventArgs object that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataRepeater.DataError | Fired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails. |