Click or drag to resize

ObservableObjectBaseRelayEventsOf Method (INotifyPropertyChanged, INotifyPropertyChanged)

Relays the property changed events of the source object (if not null) and detaches the old source (if not null).

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected void RelayEventsOf(
	INotifyPropertyChanged? oldSource,
	INotifyPropertyChanged? newSource
)

Parameters

oldSource
Type: System.ComponentModelINotifyPropertyChanged
newSource
Type: System.ComponentModelINotifyPropertyChanged
See Also