Dundas.SharePoint.Charting.WebParts Send comments on this topic.
WebPart.ParametersConsumerConnectionPoint Constructor
See Also 
Dundas.SharePoint.WebParts Namespace > WebPart.ParametersConsumerConnectionPoint Class : WebPart.ParametersConsumerConnectionPoint Constructor


CallbackMethod
Callback method.
interfaceType
Interface type.
controlType
Control type.
name
Name.
id
ID.
allowsMultipleConnections
Whether to allow multiple connections.
Default constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal CallbackMethod As MethodInfo, _
   ByVal interfaceType As Type, _
   ByVal controlType As Type, _
   ByVal name As String, _
   ByVal id As String, _
   ByVal allowsMultipleConnections As Boolean _
)
Visual Basic (Usage) Copy Code
Dim CallbackMethod As MethodInfo
Dim interfaceType As Type
Dim controlType As Type
Dim name As String
Dim id As String
Dim allowsMultipleConnections As Boolean
 
Dim instance As WebPart.ParametersConsumerConnectionPoint(CallbackMethod, interfaceType, controlType, name, id, allowsMultipleConnections)
C#  
public WebPart.ParametersConsumerConnectionPoint( 
   MethodInfo CallbackMethod,
   Type interfaceType,
   Type controlType,
   string name,
   string id,
   bool allowsMultipleConnections
)

Parameters

CallbackMethod
Callback method.
interfaceType
Interface type.
controlType
Control type.
name
Name.
id
ID.
allowsMultipleConnections
Whether to allow multiple connections.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also