PropertyTrackChangedEventHandler Delegate
Represents an event handler which is raised when the property has changed and has infomation about the current value and the previous value.
Parameters
- sender
- Object that raised the event.
- e
- The PropertyTrackChangedEventArgs instance that contains the event data.