[]
Represents an event handler which is raised when the property has changed and has infomation about the current value and the previous value.
public delegate void PropertyTrackChangedEventHandler(object sender, PropertyTrackChangedEventArgs e)
Public Delegate Sub PropertyTrackChangedEventHandler(sender As Object, e As PropertyTrackChangedEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Object that raised the event. |
PropertyTrackChangedEventArgs | e | The PropertyTrackChangedEventArgs instance that contains the event data. |