Click or drag to resize

ValidationTemplate Constructor

Initializes a new instance of the ValidationTemplate class.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public ValidationTemplate(
	INotifyPropertyChanged target
)

Parameters

target
Type: System.ComponentModelINotifyPropertyChanged
The target.
See Also