Share via


ParametersOutProviderInit Event

The ParametersOutProviderInit event of the IParametersOutProvider interface allows the provider Web Part to pass initialization information about the parameters it is providing to the other connected parts.

Event Data

The event handler receives an argument of type ParametersOutProviderInitEventArgs containing data related to this event. The ParametersOutProviderInitEventArgs object contains an array of ParameterOutProperty objects with the following properties.

Property Description
ParameterName The name of a specific parameter, such as BackgroundColor. This should be unique.
ParameterDisplayName The display name for the parameter. This is an optional value.
Description An explanation for the parameter.

Example

The following code example shows an overridden PartCommunicationsInit method that fires the ParametersOutProviderInit event. This code example is part of a larger example provided for the IParametersOutProvider interface.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security