ImageWebPart.CellProviderInit method

Implements the CellProviderInit event handler.

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

Syntax

'Declaration
Public Sub CellProviderInit ( _
    sender As Object, _
    cellProviderInitArgs As CellProviderInitEventArgs _
)
'Usage
Dim instance As ImageWebPart
Dim sender As Object
Dim cellProviderInitArgs As CellProviderInitEventArgs

instance.CellProviderInit(sender, cellProviderInitArgs)
public void CellProviderInit(
    Object sender,
    CellProviderInitEventArgs cellProviderInitArgs
)

Parameters

Implements

ICellConsumer.CellProviderInit(Object, CellProviderInitEventArgs)

Remarks

The CellProviderInit method implements the CellProviderInit event handler. This event is sent by the provider at initialization and provides the consumer with type and name information about the cell that will be sent.

See also

Reference

ImageWebPart class

ImageWebPart members

Microsoft.SharePoint.WebPartPages namespace