Delegate InputBoxValidatingHandler
             | 
          
        
         
            Delegate used to Validate an InputBox
            
 
    Namespace: 
   QsUI
    Assembly:
   QsUI (in QsUI.dll) Versione: 24.6.0.0 (24.6.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 -> unitParametri
- sender
 - Tipo: SystemObject
 - e
 - Tipo: QsUIInputBoxValidatingArgs
 
Vedi anche