PropertyChangeNotifier Constructor (DependencyObject, String)

CVB.Net Documentation
Creates the notifier from the given propertySource and its property path.

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public PropertyChangeNotifier(
	DependencyObject propertySource,
	string path
)

Parameters

propertySource
Type: System.WindowsDependencyObject
Object to register event on.
path
Type: SystemString
Path to the property to get notified on.
See Also

Reference