ImageWebPart.CellReady Method
Implements the CellReady event handler.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub CellReady ( _
sender As Object, _
cellReadyArgs As CellReadyEventArgs _
)
'Usage
Dim instance As ImageWebPart
Dim sender As Object
Dim cellReadyArgs As CellReadyEventArgs
instance.CellReady(sender, cellReadyArgs)
public void CellReady(
Object sender,
CellReadyEventArgs cellReadyArgs
)
Parameters
sender
Type: System.ObjectObject sending the event.
cellReadyArgs
Type: Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgsContains an instance of CellReadyEventArgs, which contains information about the cell being sent.
Implements
ICellConsumer.CellReady(Object, CellReadyEventArgs)
Remarks
The CellReady method implements the CellReady event. This event is sent by the provider when a cell has changed, and provides the consumer with this cell.