Click or drag to resize

PropertyBindingT Constructor (Object, PropertyPath)

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public PropertyBinding(
	Object? source,
	PropertyPath? propertyPath
)

Parameters

source
Type: SystemObject
The source.
propertyPath
Type: System.WindowsPropertyPath
The property path.
See Also