ItemChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ItemChanged event.
- C#
- VB.NET
public class ItemChangedEventArgs : EventArgs
Public Class ItemChangedEventArgs
Inherits EventArgs
Properties
Index
Int32: Returns the position of the item being changed within the list.
Used By
| Name | Description |
|---|---|
| ItemChangedEventHandler | Represents the method that will handle the ItemChanged event of the CurrencyManager class. |