Skip to main content
Version: 4.1

DataRepeaterDataErrorEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the DataError event.

public delegate void DataRepeaterDataErrorEventHandler(Object sender, DataRepeaterDataErrorEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataRepeaterDataErrorEventArgsA DataRepeaterDataErrorEventArgs object that contains the event data.

Fired By

NameDescription
DataRepeater.DataErrorFired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.