Share via


ParametersOutProviderInit Method

The ParametersOutProviderInit method of the IParametersOutConsumer interface provides an event handler for a consumer Web Part to process the ParametersOutProviderInit event of a provider Web Part that implements the IParametersOutProvider interface.

Parameters

sender   A Web Part that implements the IParametersOutProvider interface.

parametersOutProviderInitEventArgs   A ParametersOutProviderInitEventArgs that provides an array of ParameterOutProperty objects. Each object contains property values for a parameter.

Example

The following code example shows an implementation of a ParametersOutProviderInit 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.