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

Type declaration

  • Nothing: 0

    nothing changed

  • Properties: 2

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

  • Providers: 3

    the list of providers has changed (used from MultiPropertyProvider)

  • Value: 1

    the value of one or more properties has changed

Generated using TypeDoc