ItemSelectionChangedEventArgs
Wisej.Web.ItemSelectionChangedEventArgs
Last updated
Wisej.Web.ItemSelectionChangedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the ItemSelectionChanged event.
Initializes a new instance of the ItemSelectionChangedEventArgs class.
item
itemIndex
isSelected
true to indicate the item's state has changed to selected; false to indicate the item's state has changed to deselected.
Boolean: Returns a value indicating whether the item's state has changed to selected.
ListViewItem: Returns the item whose selection state has changed.
Int32: Returns the index of the item whose selection state has changed.
The whose selection state has changed.
The index of the whose selection state has changed.
Represents the method that will handle the event of a .