Delegate FileStateManagerActivateEventHandler
|
Elemento che si verifica quando un elemento è stato aggiunto.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public delegate void ActivateEventHandler(
bool restoreStatus
)
Public Delegate Sub ActivateEventHandler (
restoreStatus As Boolean
)
public delegate void ActivateEventHandler(
bool restoreStatus
)
type ActivateEventHandler =
delegate of
restoreStatus : bool -> unit
Parametri
- restoreStatus Boolean
-
Vedi anche