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