WeakEventsThreadSafePropertyChanged Field

Represents PropertyChanged event from INotifyPropertyChanged with auto-dispatching to the UI thread

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly WeakEvent<INotifyPropertyChanged, PropertyChangedEventArgs> ThreadSafePropertyChanged

Field Value

WeakEventINotifyPropertyChanged, PropertyChangedEventArgs

See Also