WebPart.ParametersConsumerConnectionPoint class

Defines a connection point object that enables a server control acting as a parameters consumer to form a connection with a provider.

Inheritance hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.ConnectionPoint
    System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
      Microsoft.Office.Server.WebControls.Charting.WebPart.ParametersConsumerConnectionPoint

Namespace:  Microsoft.Office.Server.WebControls.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Class ParametersConsumerConnectionPoint _
    Inherits ConsumerConnectionPoint
'Usage
Dim instance As WebPart.ParametersConsumerConnectionPoint
public class ParametersConsumerConnectionPoint : ConsumerConnectionPoint

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebPart.ParametersConsumerConnectionPoint members

Microsoft.Office.Server.WebControls.Charting namespace