Skip to main content
Version: 4.1

DataRepeaterItemEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the ItemCloned event.

public delegate void DataRepeaterItemEventHandler(Object sender, DataRepeaterItemEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataRepeaterItemEventArgsA DataRepeaterItemEventArgs object that contains the event data.

Fired By

NameDescription
DataRepeater.ItemClonedFired after the DataRepeaterItem and its controls are cloned from the ItemTemplate.
DataRepeater.ItemSelectedFired after the DataRepeaterItem becomes the current item.
DataRepeater.ItemUpdateFired when an instance of DataRepeaterItem is updated.