Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Allows a provider Web Part to communicate its parameter list to other consumer Web Parts.
The IParametersInProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ParametersInConsumerInit | Obsolete. Provides an event handler for a provider Web Part to process the ParametersInConsumerInit event of a consumer Web Part that implements the IParametersInConsumer interface. |
Top
Events
Name | Description | |
---|---|---|
![]() |
NoParametersIn | Obsolete. Occurs when there is no parameter list available to be sent to the consumer Web Part. |
![]() |
ParametersInReady | Obsolete. Occurs when the parameter list is ready to be sent to the consumer Web Part. On the client computer, it can occur at any time; however, it is typically raised when a parameter is updated or selected. On the server, it must be raised in the PartCommunicationMain method. |
Top