Click or drag to resize

PropertyBindingT Constructor (Object, String)

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

Parameters

source
Type: SystemObject
The source.
path
Type: SystemString
The path.
See Also