Class NotificationObject
public abstract class NotificationObject : INotifyPropertyChanged
- Inheritance
-
NotificationObject
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
RaisePropertyChanged(string?)
protected void RaisePropertyChanged(string? propertyName)
Parameters
propertyNamestring
RaisePropertyChanged(params string[])
protected void RaisePropertyChanged(params string[] propertyNames)
Parameters
propertyNamesstring[]
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler? PropertyChanged