ItemClickEventHandler
Wisej.Web.ItemClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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
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?