Skip to main content
Version: 4.1

DataRepeaterItemCloneEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the ItemCloning event.

public delegate void DataRepeaterItemCloneEventHandler(Object sender, DataRepeaterItemCloneEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataRepeaterItemCloneEventArgsA DataRepeaterItemCloneEventArgs object that contains the event data.

Fired By

NameDescription
DataRepeater.ItemCloningFired before the DataRepeaterItem and its controls are cloned from the ItemTemplate.