WeakEvents Class
Definition
public class WeakEvents
Constructors
| Name | Description |
|---|---|
| WeakEvents | No summary available. |
WeakEvents Constructor
public WeakEvents()
Fields
| Name | Description |
|---|---|
| AvaloniaPropertyChanged | Represents PropertyChanged event from Avalonia.AvaloniaObject |
| CollectionChanged | Represents CollectionChanged event from System.Collections.Specialized.INotifyCollectionChanged |
| CommandCanExecuteChanged | Represents CanExecuteChanged event from System.Windows.Input.ICommand |
| ThreadSafePropertyChanged | Represents PropertyChanged event from System.ComponentModel.INotifyPropertyChanged with auto-dispatching to the UI thread |
AvaloniaPropertyChanged Field
Represents PropertyChanged event from Avalonia.AvaloniaObject
public Avalonia.Utilities.WeakEvent<TSender,TEventArgs><Avalonia.AvaloniaObject, Avalonia.AvaloniaPropertyChangedEventArgs> AvaloniaPropertyChanged
CollectionChanged Field
Represents CollectionChanged event from System.Collections.Specialized.INotifyCollectionChanged
public Avalonia.Utilities.WeakEvent<TSender,TEventArgs><System.Collections.Specialized.INotifyCollectionChanged, System.Collections.Specialized.NotifyCollectionChangedEventArgs> CollectionChanged
CommandCanExecuteChanged Field
Represents CanExecuteChanged event from System.Windows.Input.ICommand
public Avalonia.Utilities.WeakEvent<TSender,TEventArgs><System.Windows.Input.ICommand, EventArgs> CommandCanExecuteChanged
ThreadSafePropertyChanged Field
Represents PropertyChanged event from System.ComponentModel.INotifyPropertyChanged with auto-dispatching to the UI thread
public Avalonia.Utilities.WeakEvent<TSender,TEventArgs><System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.PropertyChangedEventArgs> ThreadSafePropertyChanged