Wisej.Web.DataRepeaterDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataError event.
public class DataRepeaterDataErrorEventArgs : EventArgsPublic Class DataRepeaterDataErrorEventArgs
Inherits EventArgsInitializes a new instance of the class.
Throws:
ex is null.
: Gets the that raised the data error.
: Gets the that raised the data error.
: Gets the that represents the error.
: Gets the name of the property of the control that raised the error.
: Gets or sets a value that indicates whether to throw an exception after code execution exits the event handler.
The exception object.
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.
Represents the method that will handle the DataError event.
ex