PropertyChangedResult: {
    Nothing: 0;
    Properties: 2;
    Providers: 3;
    Value: 1;
} = ...

Type declaration

  • Readonly Nothing: 0

    nothing changed

  • Readonly Properties: 2

    the list of properties or the state of properties (visible, editable) has changed

  • Readonly Providers: 3

    the list of providers has changed (used from MultiPropertyProvider)

  • Readonly Value: 1

    the value of one or more properties has changed

Generated using TypeDoc