ItemSelectionChangedEventHandler
Wisej.Web.ItemSelectionChangedEventHandler
Last updated
Was this helpful?
Wisej.Web.ItemSelectionChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the ItemSelectionChanged event of a ListView.
public delegate void ItemSelectionChangedEventHandler(Object sender, ItemSelectionChangedEventArgs e)Public Delegate Sub ItemSelectionChangedEventHandler(ByVal sender As [Object], ByVal e As ItemSelectionChangedEventArgs)Fired when the selection state of an item changes.
Last updated
Was this helpful?
Was this helpful?

