ItemClickEventHandler

Wisej.Web.ItemClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the ItemClick event of a ListView.

public delegate void ItemClickEventHandler(Object sender, ItemClickEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A ItemClickEventArgs that contains the event data.

Fired By

NameDescription

Fired when the item is clicked or tapped.

Fired when the item is double clicked or tapped.

Last updated