DataRepeaterItemValueEventArgs
Wisej.Web.DataRepeaterItemValueEventArgs
Last updated
Was this helpful?
Wisej.Web.DataRepeaterItemValueEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the and events.
Initializes a new instance of the class.
itemIndex
control
The child control that is raising the event.
propertyName
The property of the control that has changed or that needs data.
value
The property value that has changed.
: Gets the child control of a that is raising the or event.
The index of the that contains the control that is raising the event.
: Gets the index of the that contains the control that is raising the or event.
: Gets the name of the data-bound property of the control that is raising a or event.
: Gets the property value that has changed to raise a or event.
Represents the method that will handle the and events.