Interface: PropertyChange<Source, Value>
Defined in: coreUtils/events.ts:20
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 |
---|
|
|
Properties
Property | Modifier | Type | Description |
---|---|---|---|
|
| Previous value for a property which has changed. | |
|
| Event source (the object owning the property). |