All pages
Powered by GitBook
1 of 1

Loading...

DataRepeaterItemValueEventArgs

Wisej.Web.DataRepeaterItemValueEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the ItemValueNeeded and ItemValuePushed events.

public class DataRepeaterItemValueEventArgs : EventArgs
Public Class DataRepeaterItemValueEventArgs
    Inherits EventArgs

Constructors

DataRepeaterItemValueEventArgs(itemIndex, control, propertyName, value)

Initializes a new instance of the class.

Name
Type
Description

Properties

Control

: Gets the child control of a that is raising the or event.

ItemIndex

: Gets the index of the that contains the control that is raising the or event.

PropertyName

: Gets the name of the data-bound property of the control that is raising a or event.

Value

: Gets the property value that has changed to raise a or event.

Used By

Name
Description

The property value that has changed.

itemIndex

Int32

The index of the DataRepeaterItem that contains the control that is raising the event.

control

Control

The child control that is raising the event.

propertyName

String

The property of the control that has changed or that needs data.

DataRepeaterItemValueEventHandler

Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.

DataRepeaterItemValueEventArgs
Control
DataRepeaterItem
ItemValueNeeded
ItemValuePushed
Int32
DataRepeaterItem
ItemValueNeeded
ItemValuePushed
String
ItemValueNeeded
ItemValuePushed
Object
ItemValueNeeded
ItemValuePushed

value

Object