Click or drag to resize

ValidatingEventHandlerT Delegate

Event handler to validate content of Gui elements.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void ValidatingEventHandler<T>(
	Object sender,
	ValidationEventArgs<T> e
)

Parameters

sender  Object
Sender of the validation request.
e  ValidationEventArgsT
Validating event args. In case that the validation is not successfull, the receiver has to add an error message to the event args.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Gui.ValidatingEventHandler`1"]

See Also