All pages
Powered by GitBook
1 of 1

Loading...

DataRepeaterItemValueEventHandler

Wisej.Web.DataRepeaterItemValueEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

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

public delegate void DataRepeaterItemValueEventHandler(Object sender, DataRepeaterItemValueEventArgs e)
Public Delegate Sub DataRepeaterItemValueEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterItemValueEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

DataRepeaterItemValueEventArgs

A DataRepeaterItemValueEventArgs object that contains the event data.

DataRepeater.ItemValueNeeded

Fired when the VirtualMode property is set to true and a new value for a child control of a DataRepeaterItem is needed.

DataRepeater.ItemValuePushed

Fired when the VirtualMode property is set to true and the value of a child control in the DataRepeaterItem changes.