Constructor PropertyChangeNotifier
PropertyChangeNotifier(DependencyObject, string)
public PropertyChangeNotifier(DependencyObject propertySource, string path)
Parameters
propertySource
DependencyObjectpath
string
PropertyChangeNotifier(DependencyObject, DependencyProperty)
public PropertyChangeNotifier(DependencyObject propertySource, DependencyProperty property)
Parameters
propertySource
DependencyObjectproperty
DependencyProperty
PropertyChangeNotifier(DependencyObject, PropertyPath)
public PropertyChangeNotifier(DependencyObject propertySource, PropertyPath property)
Parameters
propertySource
DependencyObjectproperty
PropertyPath