Click or drag to resize

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
)

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