WebPart.PartCommunicationMain method

NOTE: This API is now obsolete.

Provides a connectable Web Part with a method to fire events for any of the main events of a connectable Web Part, such as the CellReady event.

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

Syntax

'Declaration
<ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")> _
Public Overridable Sub PartCommunicationMain
'Usage
Dim instance As WebPart

instance.PartCommunicationMain()
[ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")]
public virtual void PartCommunicationMain()

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace