Wisej.Web.DataRepeaterItemValueEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemValueNeeded and ItemValuePushed events.
public class DataRepeaterItemValueEventArgs : EventArgsPublic Class DataRepeaterItemValueEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Gets the child control of a that is raising the or 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.
The property value that has changed.
itemIndex
The index of the DataRepeaterItem that contains the control that is raising the event.
control
The child control that is raising the event.
propertyName
The property of the control that has changed or that needs data.
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
value