SmoApplication.ObjectCreatedEventHandler 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.
Appelé lorsqu’un objet est créé avec succès
public delegate void SmoApplication.ObjectCreatedEventHandler(object sender, ObjectCreatedEventArgs e);
type SmoApplication.ObjectCreatedEventHandler = delegate of obj * ObjectCreatedEventArgs -> unit
Public Delegate Sub SmoApplication.ObjectCreatedEventHandler(sender As Object, e As ObjectCreatedEventArgs)
Paramètres
- sender
- Object