ListFormWebPart.PartCommunicationMain method

Provides ListFormWebPart with a method to raise events for any of the main events of a connectable Web Part.

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

Syntax

'Declaration
Public Overrides Sub PartCommunicationMain
'Usage
Dim instance As ListFormWebPart

instance.PartCommunicationMain()
public override void PartCommunicationMain()

Remarks

This override raises the appropriate main events for any registered interfaces

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace