Click or drag to resize

Delegate InputBoxValidatingHandler

Delegate used to Validate an InputBox

Namespace:  DedNet.Controls
Assembly:  DedNet (in DedNet.dll) Versione: 20.3.0.0 (20.3.0.0)
Sintassi
public delegate void InputBoxValidatingHandler(
	Object sender,
	InputBoxValidatingArgs e
)

Parametri

sender
Tipo: SystemObject
e
Tipo: DedNet.ControlsInputBoxValidatingArgs
Vedi anche