SubreportProcessingEventHandler 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 SubreportProcessingEventHandler(System::Object ^ sender, SubreportProcessingEventArgs ^ e);
public delegate void SubreportProcessingEventHandler(object sender, SubreportProcessingEventArgs e);
type SubreportProcessingEventHandler = delegate of obj * SubreportProcessingEventArgs -> unit
Public Delegate Sub SubreportProcessingEventHandler(sender As Object, e As SubreportProcessingEventArgs)
Paramètres
- sender
- Object