CellConsumerInit Event

The CellConsumerInit event of the ImageWebPart class 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.

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.

Remarks

This event implements the CellConsumerInit event from the ICellConsumer interface.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security

ICellConsumer Interface | CellConsumerInitEventHandler Delegate | CellConsumerInitEventArgs Class