Delegate DedInvSaveMulipleFormMultiSaverModeCriteriaEnableOkButtonDelegate
|
Delegate per la definizione interna del criterio di abilitazione del tasto ok
Namespace: DedNetInv.FormsAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public delegate bool EnableOkButtonDelegate(
TreeListNodes refNodes
)
Public Delegate Function EnableOkButtonDelegate (
refNodes As TreeListNodes
) As Boolean
public delegate bool EnableOkButtonDelegate(
TreeListNodes^ refNodes
)
type EnableOkButtonDelegate =
delegate of
refNodes : TreeListNodes -> bool
Parametri
- refNodes TreeListNodes
-
Valore di ritorno
BooleanVedi anche