Skip to main content
Version: 3.5

DataRepeaterItemCloneEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemCloning event.

public class DataRepeaterItemCloneEventArgs : EventArgs

Constructors

Instance memberDataRepeaterItemCloneEventArgs(source)

Initializes a new instance of the DataRepeaterItemCloneEventArgs class.

NameTypeDescription
sourceDataRepeaterItemThe ItemTemplate from which the new item will be cloned.

Properties

Instance memberHandled

Boolean: Gets or sets a value that specifies whether the cloning is handled by the developer.

Instance memberSource

DataRepeaterItem: Gets the DataRepeaterItem from which the new DataRepeaterItem will be cloned.

Instance memberTarget

DataRepeaterItem: Gets or sets the new DataRepeaterItem that is the result of the cloning operation.

Used By

NameDescription
DataRepeaterItemCloneEventHandlerRepresents the method that will handle the ItemCloning event.