DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ItemCloning event.
- C#
- VB.NET
public class DataRepeaterItemCloneEventArgs : EventArgs
Public Class DataRepeaterItemCloneEventArgs
Inherits EventArgs
Constructors
DataRepeaterItemCloneEventArgs(source)
Initializes a new instance of the DataRepeaterItemCloneEventArgs class.
| Name | Type | Description |
|---|---|---|
| source | DataRepeaterItem | The ItemTemplate from which the new item will be cloned. |
Properties
Handled
Boolean: Gets or sets a value that specifies whether the cloning is handled by the developer.
Source
DataRepeaterItem: Gets the DataRepeaterItem from which the new DataRepeaterItem will be cloned.
Target
DataRepeaterItem: Gets or sets the new DataRepeaterItem that is the result of the cloning operation.
Used By
| Name | Description |
|---|---|
| DataRepeaterItemCloneEventHandler | Represents the method that will handle the ItemCloning event. |