ImageWebPart.CellConsumerInit - Événement
Se produit lorsqu'une connexion est initialisée avec un autre composant WebPart qui implémente l'interface ICellConsumer . Cet événement transmet le nom interne et le nom d'affichage de la cellule à d'autres WebParts connectés.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Event CellConsumerInit As CellConsumerInitEventHandler
'Utilisation
Dim instance As ImageWebPart
Dim handler As CellConsumerInitEventHandler
AddHandler instance.CellConsumerInit, handler
public event CellConsumerInitEventHandler CellConsumerInit
Implémentations
ICellConsumer.CellConsumerInit
Remarques
Cet événement implémente l'événement CellConsumerInit de l'interface ICellConsumer .
Données d'événement
Le Gestionnaire d'événements reçoit un argument de type CellConsumerInitEventArgs contenant des données liées à cet événement. CellConsumerInitEventArgs identifie la structure d'arguments initiaux pour la création de temps de conception.