PropertyChangedListener Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public PropertyChangedListener(
DependencyObject dependencyObject,
string property
)
Public Sub New (
dependencyObject As DependencyObject,
property As String
)
Parameters
- dependencyObject DependencyObject
- DependencyObject with the dependency object.
- property String
- String with the property name.