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)
Sintassipublic delegate void InputBoxValidatingHandler(
Object sender,
InputBoxValidatingArgs e
)
Public Delegate Sub InputBoxValidatingHandler (
sender As Object,
e As InputBoxValidatingArgs
)
public delegate void InputBoxValidatingHandler(
Object^ sender,
InputBoxValidatingArgs^ e
)
type InputBoxValidatingHandler =
delegate of
sender : Object *
e : InputBoxValidatingArgs -> unit
Parametri
- sender
- Tipo: SystemObject
- e
- Tipo: DedNet.ControlsInputBoxValidatingArgs
Vedi anche