EditComboBoxImageIStyleConnectorConnect Method | |
Attaches events on event setters and templates in compiled content.
Namespace:
SOWIWin.Helper.Controls
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax void IStyleConnector.Connect(
int connectionId,
Object target
)
Private Sub Connect (
connectionId As Integer,
target As Object
) Implements IStyleConnector.Connect
Parameters
- connectionId
- Type: SystemInt32
The unique connection ID for event wiring purposes. - target
- Type: SystemObject
The target for event wiring.
Implements
IStyleConnectorConnect(Int32, Object)See Also