All pages
Powered by GitBook
1 of 1

Loading...

DataRepeaterItemEventArgs

Wisej.Web.DataRepeaterItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the ItemCloned event.

public class DataRepeaterItemEventArgs : EventArgs
Public Class DataRepeaterItemEventArgs
    Inherits EventArgs

Constructors

DataRepeaterItemEventArgs(item)

Initializes a new instance of the class.

Name
Type
Description

Properties

DataRepeaterItem

: Returns a instance that triggered the event.

Used By

Name
Description

item

DataRepeaterItem

The ItemTemplate cloned from the ItemTemplate object.

DataRepeaterItemEventHandler

Represents the method that will handle the ItemCloned event.

DataRepeaterItemEventArgs
DataRepeaterItem
DataRepeaterItem