ServiceEvent Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public delegate void ServiceEvent(Service ^ s);
public delegate void ServiceEvent(Service s);
type ServiceEvent = delegate of Service -> unit
Public Delegate Sub ServiceEvent(s As Service)
Paramètres
- s
- Service