Interface INotifyDataPropertyChanged
Notifies clients that a data property value has changed.
Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface INotifyDataPropertyChanged
  Events
View SourceDataPropertyChanged
Occurs when a data property value changes.
Declaration
event EventHandler<PropertyChangedEventArgs> DataPropertyChanged
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler<System.ComponentModel.PropertyChangedEventArgs> |