Skip to main content

ThreadSafePropertyChanged Field

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

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static readonly WeakEvent<INotifyPropertyChanged, PropertyChangedEventArgs> ThreadSafePropertyChanged
View Source

Field Value

WeakEvent(INotifyPropertyChanged, PropertyChangedEventArgs)

See Also

Reference

WeakEvents Class
Avalonia.Utilities Namespace