Share via


ImageWebPart.CellReady method

Implements the CellReady event handler.

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

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

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.

See also

Reference

ImageWebPart class

ImageWebPart members

Microsoft.SharePoint.WebPartPages namespace