Show / Hide Table of Contents

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 Source

DataPropertyChanged

Occurs when a data property value changes.

Declaration
event EventHandler<PropertyChangedEventArgs> DataPropertyChanged
Event Type
Type Description
System.EventHandler<System.ComponentModel.PropertyChangedEventArgs>

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX