DataRepeaterItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ItemCloned event.
- C#
- VB.NET
public class DataRepeaterItemEventArgs : EventArgs
Public Class DataRepeaterItemEventArgs
Inherits EventArgs
Constructors
DataRepeaterItemEventArgs(item)
Initializes a new instance of the DataRepeaterItemEventArgs class.
| Name | Type | Description |
|---|---|---|
| item | DataRepeaterItem | The ItemTemplate cloned from the ItemTemplate object. |
Properties
DataRepeaterItem
DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.
Used By
| Name | Description |
|---|---|
| DataRepeaterItemEventHandler | Represents the method that will handle the ItemCloned event. |