[]
Initializes a new instance of the ItemTrackedEventArgs class.
public ItemTrackedEventArgs(object item, string propertyName, object oldValue, object newValue)
Public Sub New(item As Object, propertyName As String, oldValue As Object, newValue As Object)
| Type | Name | Description |
|---|---|---|
| object | item | The item. |
| string | propertyName | Name of the property. |
| object | oldValue | The old value. |
| object | newValue | The new value. |