DataRepeaterDataErrorEventArgs

Wisej.Web.DataRepeaterDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataError event.

public class DataRepeaterDataErrorEventArgs : EventArgs

Constructors

Initializes a new instance of the DataRepeaterDataErrorEventArgs class.

NameTypeDescription

item

The DataRepeaterItem on which the error occurred.

control

The Control on the DataRepeaterItem on which the error occurred.

property

The property on which the error occurred. For most controls, this will be the Text property.

ex

The exception object.

Throws:

Properties

Control: Gets the Control that raised the data error.

DataRepeaterItem: Gets the DataRepeaterItem that raised the data error.

Exception: Gets the Exception that represents the error.

String: Gets the name of the property of the control that raised the error.

Boolean: Gets or sets a value that indicates whether to throw an exception after code execution exits the DataError event handler.

Used By

NameDescription

Represents the method that will handle the DataError event.

Last updated