NoParametersOut Method
The NoParametersOut method of the IParametersOutConsumer interface provides an event handler for a consumer Web Part to process the NoParametersOut event of a provider Web Part that implements the IParametersOutProvider interface.
Parameters
sender A Web Part that implements the IParametersOutProvider interface.
e A System.EventArgs object.
Remarks
If a consumer Web Part that implements the IParametersOutConsumer interface receives the NoParametersOut event, it should reuse its existing parameters.
Example
The following code example shows an implementation of a NoParametersOut method. This code example is part of a larger example provided for the IParametersOutConsumer interface.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security. In addition, the WebPartPermissions.Connections permission is required to use this member.