Wisej.Web.ItemSelectionChangedEventHandler
Last updated 1 year ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the event of a .
public delegate void ItemSelectionChangedEventHandler(Object sender, ItemSelectionChangedEventArgs e)
Public Delegate Sub ItemSelectionChangedEventHandler(ByVal sender As [Object], ByVal e As ItemSelectionChangedEventArgs)
sender
The source of the event.
e
An that contains the event data.
Fired when the selection state of an item changes.