Delegate DedInvSaveMulipleFormMultiSaverModeCriteriaEnableOkButtonDelegate
|
Delegate per la definizione interna del criterio di abilitazione del tasto ok
Namespace:
DedNetInv.Forms
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.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
- Tipo: TreeListNodes
Valore di ritorno
Tipo:
BooleanVedi anche