Click or drag to resize

ObservableObjectBaseRelayEventsOf Method (INotifyPropertyChanged)

Relays the property changed events of the source object. The properties to relay must be declared with the RelayedEventAttribute.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected void RelayEventsOf(
	INotifyPropertyChanged source
)

Parameters

source
Type: System.ComponentModelINotifyPropertyChanged
The source.
See Also