Skip to main content
Version: 3.5

DataRepeaterItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemCloned event.

public class DataRepeaterItemEventArgs : EventArgs

Constructors

Instance memberDataRepeaterItemEventArgs(item)

Initializes a new instance of the DataRepeaterItemEventArgs class.

NameTypeDescription
itemDataRepeaterItemThe ItemTemplate cloned from the ItemTemplate object.

Properties

Instance memberDataRepeaterItem

DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.

Used By

NameDescription
DataRepeaterItemEventHandlerRepresents the method that will handle the ItemCloned event.