Compartilhar via


ImageWebPart.CellReady method

Implementa o manipulador de eventos CellReady .

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Sub CellReady ( _
    sender As Object, _
    cellReadyArgs As CellReadyEventArgs _
)
'Uso
Dim instance As ImageWebPart
Dim sender As Object
Dim cellReadyArgs As CellReadyEventArgs

instance.CellReady(sender, cellReadyArgs)
public void CellReady(
    Object sender,
    CellReadyEventArgs cellReadyArgs
)

Parâmetros

Implements

ICellConsumer.CellReady(Object, CellReadyEventArgs)

Comentários

O método CellReady implementa o evento CellReady . Este evento é enviado pelo provedor quando uma célula mudou e fornece o consumidor com esta célula.

Ver também

Referência

ImageWebPart class

ImageWebPart members

Microsoft.SharePoint.WebPartPages namespace