DataViewWebPart.ParametersInConsumerInit Event
Occurs when a connection is established with a Web Part that implements the IParametersInConsumer interface.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event ParametersInConsumerInit As ParametersInConsumerInitEventHandler
'Usage
Dim instance As DataViewWebPart
Dim handler As ParametersInConsumerInitEventHandler
AddHandler instance.ParametersInConsumerInit, handler
public event ParametersInConsumerInitEventHandler ParametersInConsumerInit
Implements
IParametersInConsumer.ParametersInConsumerInit
Remarks
The event handler receives an argument of type ParametersInConsumerInitEventArgs containing data related to this event. ParametersInConsumerInitEventArgs identifies an array of parameter property values for initialization.
This event is inherited from the IParametersInConsumer interface.