[]
Represents raising an event when the property has changed and has infomation about the current value and the previous value.
public class PropertyTrackChangedEventArgs
Public Class PropertyTrackChangedEventArgs
| Name | Description |
|---|---|
| PropertyTrackChangedEventArgs(string, object, object) | Initializes a new instance of the PropertyTrackChangedEventArgs class. |
| Name | Description |
|---|---|
| Newvalue | Gets the new value. |
| OldValue | Gets the old value. |
| PropertyName | Gets the name of the property. |