[]
Represents the event data for the element in a collection that has been updated.
public class ItemTrackedEventArgs : ItemEventArgs
Public Class ItemTrackedEventArgs
Inherits ItemEventArgs
| Name | Description |
|---|---|
| ItemTrackedEventArgs(object, string, object, object) | Initializes a new instance of the ItemTrackedEventArgs class. |
| Name | Description |
|---|---|
| Newvalue | Gets the new value. |
| OldValue | Gets the old value. |
| PropertyName | Gets the name of the property. |