Type Alias PropertyChangedEvent

PropertyChangedEvent: {
    o: object;
    propertyName: string;
    propertyValue: any;
}