ItemClickEventHandler

Wisej.Web.ItemClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

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

public delegate void ItemClickEventHandler(Object sender, ItemClickEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

A ItemClickEventArgs that contains the event data.

Fired By

Name
Description

Fired when the item is clicked or tapped.

Fired when the item is double clicked or tapped.

Last updated

Was this helpful?