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)
- C#
- VB
- F#
public static readonly WeakEvent<INotifyPropertyChanged, PropertyChangedEventArgs> ThreadSafePropertyChanged
Public Shared ReadOnly ThreadSafePropertyChanged As WeakEvent(Of INotifyPropertyChanged, PropertyChangedEventArgs)
static val ThreadSafePropertyChanged: WeakEvent<INotifyPropertyChanged, PropertyChangedEventArgs>
Field Value
WeakEvent(INotifyPropertyChanged, PropertyChangedEventArgs)