Represents the event data for a property change event.
The type of the sender object.
previous value of property
To get new value use
const newValue = sender[property]; Copy
const newValue = sender[property];
property that changed on object of type T.
T
object instance property changed on.
To get changed value use
Represents the event data for a property change event.