Observable |
Name | Description | |
---|---|---|
RelayEventsOf(INotifyPropertyChanged) | Relays the property changed events of the source object. The properties to relay must be declared with the RelayedEventAttribute. | |
RelayEventsOf(INotifyPropertyChanged, INotifyPropertyChanged) | Relays the property changed events of the source object (if not null) and detaches the old source (if not null). |