Documentation
    Preparing search index...

    Interface IPropertyChangedEventArgs

    Provides data for the INotifyPropertyChanged.onPropertyChanged event.

    interface IPropertyChangedEventArgs {
        propertyNames?: readonly string[];
    }
    Index

    Properties

    Properties

    propertyNames?: readonly string[]

    The names of the properties that changed, or undefined to indicate that all properties on the object may have changed.