ImageWebPart.CellProviderInit Method
Implements the CellProviderInit event handler.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
sender
Type: System.ObjectThe object sending the event.
cellProviderInitArgs
Type: Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgsAn instance of CellProviderInitEventArgs that contains the name and type of the cell being sent.
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.