Partager via


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

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.

Voir aussi

Référence

ImageWebPart classe

ImageWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms