ImageWebPart.CellConsumerInit event

Occurs when a connection is initialized with another Web Part that implements the ICellConsumer interface. This event passes the internal name and display name of the cell to other connected Web Parts.

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

Syntax

'Declaration
Public Event CellConsumerInit As CellConsumerInitEventHandler
'Usage
Dim instance As ImageWebPart
Dim handler As CellConsumerInitEventHandler

AddHandler instance.CellConsumerInit, handler
public event CellConsumerInitEventHandler CellConsumerInit

Implements

ICellConsumer.CellConsumerInit

Remarks

This event implements the CellConsumerInit event from the ICellConsumer interface.

Event Data

The event handler receives an argument of type CellConsumerInitEventArgs containing data related to this event. CellConsumerInitEventArgs identifies the initial argument structure for design time creation.

See also

Reference

ImageWebPart class

ImageWebPart members

Microsoft.SharePoint.WebPartPages namespace