DataRepeaterDataErrorEventArgs
Wisej.Web.DataRepeaterDataErrorEventArgs
Last updated
Was this helpful?
Wisej.Web.DataRepeaterDataErrorEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the event.
Initializes a new instance of the class.
item
control
property
ex
The exception object.
Throws:
ex is null.
The on which the error occurred.
The on the on which the error occurred.
The property on which the error occurred. For most controls, this will be the property.
: 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.
Represents the method that will handle the event.