ItemSelectionChangedEventArgs

Wisej.Web.ItemSelectionChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the ItemSelectionChanged event.

public class ItemSelectionChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the ItemSelectionChangedEventArgs class.

Properties

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.

Used By

Last updated