ImageWebPart.CellReady - Méthode
Implémente le Gestionnaire d'événements CellReady .
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub CellReady ( _
sender As Object, _
cellReadyArgs As CellReadyEventArgs _
)
'Utilisation
Dim instance As ImageWebPart
Dim sender As Object
Dim cellReadyArgs As CellReadyEventArgs
instance.CellReady(sender, cellReadyArgs)
public void CellReady(
Object sender,
CellReadyEventArgs cellReadyArgs
)
Paramètres
sender
Type : System.ObjectObjet qui envoie l'événement.
cellReadyArgs
Type : Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgsContient une instance de CellReadyEventArgs, qui contient des informations relatives à la cellule en cours d'envoi.
Implémentations
ICellConsumer.CellReady(Object, CellReadyEventArgs)
Remarques
La méthode CellReady met en œuvre l'événement CellReady . Cet événement est envoyé par le fournisseur lorsqu'une cellule a été modifiée et fournit le consommateur à cette cellule.