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