Click or drag to resize

ValidationEventArgsT(T) Constructor

Initializes a new instance of the ValidationEventArgsT class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ValidationEventArgs(
	T valueToValidate
)

Parameters

valueToValidate  T
The value to validate.
See Also