Wisej.Web.ItemSelectionChangedEventHandler
Last updated 2 years ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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.