TableProviderConnectionPoint Constructor

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

Syntax

'Declaration
Public Sub New ( _
    callbackMethod As MethodInfo, _
    interfaceType As Type, _
    controlType As Type, _
    name As String, _
    id As String, _
    allowsMultipleConnections As Boolean _
)
'Usage
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 New TableProviderConnectionPoint(callbackMethod, _
    interfaceType, controlType, name, _
    id, allowsMultipleConnections)
public TableProviderConnectionPoint(
    MethodInfo callbackMethod,
    Type interfaceType,
    Type controlType,
    string name,
    string id,
    bool allowsMultipleConnections
)

Parameters

See Also

Reference

TableProviderConnectionPoint Class

TableProviderConnectionPoint Members

Microsoft.Office.Server.WebControls Namespace