Skip to main content
Version: 3.5

ItemChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemChanged event.

public class ItemChangedEventArgs : EventArgs

Properties

Instance memberIndex

Int32: Returns the position of the item being changed within the list.

Used By

NameDescription
ItemChangedEventHandlerRepresents the method that will handle the ItemChanged event of the CurrencyManager class.