PropertyChangeNotifier Constructor (DependencyObject, DependencyProperty)

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

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

public PropertyChangeNotifier(
	DependencyObject propertySource,
	DependencyProperty property
)

Parameters

propertySource
Type: System.WindowsDependencyObject
Object to register event on.
property
Type: System.WindowsDependencyProperty
Property to get notified on.
See Also

Reference