Skip to main content
Version: 4.1

DataRepeaterItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ItemCloned event.

public class DataRepeaterItemEventArgs : EventArgs

Constructors

Instance member DataRepeaterItemEventArgs(item)

Initializes a new instance of the DataRepeaterItemEventArgs class.

NameTypeDescription
itemDataRepeaterItemThe ItemTemplate cloned from the ItemTemplate object.

Properties

Instance member DataRepeaterItem

DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.

Used By

NameDescription
DataRepeaterItemEventHandlerRepresents the method that will handle the ItemCloned event.