Wisej.Web.DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the ItemCloning event.
Initializes a new instance of the DataRepeaterItemCloneEventArgs class.
source
Boolean: Gets or sets a value that specifies whether the cloning is handled by the developer.
DataRepeaterItem: Gets the DataRepeaterItem from which the new DataRepeaterItem will be cloned.
DataRepeaterItem: Gets or sets the new DataRepeaterItem that is the result of the cloning operation.
The from which the new item will be cloned.
Represents the method that will handle the event.