Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 539 Bytes

File metadata and controls

19 lines (12 loc) · 539 Bytes

NotifyPropertyChangedExtensions class

Extensions for INotifyPropertyChanged implementers

public static class NotifyPropertyChangedExtensions

Public Members

name description
static SetValue<T>(…) Sets a value, taking care of the PropertyChangedEventHandler invocation if value did change.

See Also