Skip to main content

Interface: PropertyChange<Source, Value>

Event data for a property change event, i.e. event which is raised when some property value changes to another.

Extended by

Type Parameters

Type Parameter

Source

Value

Properties

PropertyModifierTypeDescription

previous

readonly

Value

Previous value for a property which has changed.

source

readonly

Source

Event source (the object owning the property).