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.Int32The unique connection ID for event wiring purposes.
target
Type: System.ObjectThe target for event wiring.
Implements
IStyleConnector.Connect(Int32, Object)
See Also
ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top