IParametersOutProvider Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Allows a provider Web Part to communicate its parameter list to other Web Parts.

The IParametersOutProvider type exposes the following members.

Events

  Name Description
Public event NoParametersOut Obsolete. Occurs when the provider Web Part has no parameter values to pass to the other connected parts.
Public event ParametersOutProviderInit Obsolete. Allows the provider Web Part to pass initialization information about the parameters it is providing to the other connected parts.
Public event ParametersOutReady Obsolete. Occurs when the parameter list is ready to be sent to the consumer Web Part from a provider Web Part that implements the IParametersOutProvider interface. On the client computer, it can occur any time; however, it is typically raised when a parameter is updated or selected. On the server, it should be raised in the WebPart.PartCommunicationMainmethod.

Top

See Also

Reference

IParametersOutProvider Interface

Microsoft.SharePoint.WebPartPages.Communication Namespace