Wisej.Web.DataRepeaterItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ItemCloned event.
Initializes a new instance of the DataRepeaterItemEventArgs class.
Name | Type | Description |
---|---|---|
DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.
Name | Description |
---|---|
item
The ItemTemplate cloned from the ItemTemplate object.
Represents the method that will handle the ItemCloned event.