DataRepeaterItemCloneEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the ItemCloning event.
- C#
- VB.NET
public delegate void DataRepeaterItemCloneEventHandler(Object sender, DataRepeaterItemCloneEventArgs e)
Public Delegate Sub DataRepeaterItemCloneEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterItemCloneEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataRepeaterItemCloneEventArgs | A DataRepeaterItemCloneEventArgs object that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataRepeater.ItemCloning | Fired before the DataRepeaterItem and its controls are cloned from the ItemTemplate. |