Partager via


ComboTableV2_Core.IStyleConnector.Connect Method (Int32, Object)

 

Attaches events on event setters and templates in compiled content.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

void IStyleConnector.Connect(
    int connectionId,
    object target
)
private:
virtual void Connect(
    int connectionId,
    Object^ target
) sealed = IStyleConnector::Connect
Private Sub Connect (
    connectionId As Integer,
    target As Object
)
    Implements IStyleConnector.Connect

Parameters

  • connectionId
    Type: System.Int32

    The unique connection ID for event wiring purposes.

Implements

IStyleConnector.Connect(Int32, Object)

See Also

ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top