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 | |
---|---|---|
NoParametersOut | Obsolete. Occurs when the provider Web Part has no parameter values to pass to the other connected parts. | |
ParametersOutProviderInit | Obsolete. Allows the provider Web Part to pass initialization information about the parameters it is providing to the other connected parts. | |
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