Skip to main content
Version: 3.5

DataRepeaterItemValueEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.

public delegate void DataRepeaterItemValueEventHandler(Object sender, DataRepeaterItemValueEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataRepeaterItemValueEventArgsA DataRepeaterItemValueEventArgs object that contains the event data.

Fired By

NameDescription
DataRepeater.ItemValueNeededFired when the VirtualMode property is set to true and a new value for a child control of a DataRepeaterItem is needed.
DataRepeater.ItemValuePushedFired when the VirtualMode property is set to true and the value of a child control in the DataRepeaterItem changes.