Delegate FileStateManagerActivateEventHandler
|
Elemento che si verifica quando un elemento è stato aggiunto.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.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
- Tipo: SystemBoolean
Vedi anche