All pages
Powered by GitBook
1 of 1

Loading...

DataRepeaterDataErrorEventArgs

Wisej.Web.DataRepeaterDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataError event.

public class DataRepeaterDataErrorEventArgs : EventArgs
Public Class DataRepeaterDataErrorEventArgs
    Inherits EventArgs

Constructors

DataRepeaterDataErrorEventArgs(item, control, property, ex)

Initializes a new instance of the class.

Name
Type
Description

Throws:

  • ex is null.

Properties

Control

: Gets the that raised the data error.

DataRepeaterItem

: Gets the that raised the data error.

Exception

: Gets the that represents the error.

PropertyName

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

ThrowException

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

Used By

Name
Description

The exception object.

item

DataRepeaterItem

The DataRepeaterItem on which the error occurred.

control

Control

The Control on the DataRepeaterItem on which the error occurred.

property

String

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

DataRepeaterDataErrorEventHandler

Represents the method that will handle the DataError event.

DataRepeaterDataErrorEventArgs
ArgumentNullException
Control
Control
DataRepeaterItem
DataRepeaterItem
Exception
Exception
String
Boolean
DataError

ex

Exception