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
sender
Type: System.ObjectObjeto que está enviando o evento.
cellReadyArgs
Type: Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgsContém uma instância de CellReadyEventArgs, que contém informações sobre a célula que está sendo enviada.
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.