Compartir a través de


del método ImageWebPart.CellReady

Implementa el controlador de eventos CellReady .

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
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

Implementaciones

ICellConsumer.CellReady(Object, CellReadyEventArgs)

Comentarios

El método CellReady implementa el evento CellReady . Este evento se envía por el proveedor cuando una celda ha cambiado y proporciona al consumidor con esta celda.

Vea también

Referencia

clase ImageWebPart

Miembros ImageWebPart

Espacio de nombres Microsoft.SharePoint.WebPartPages