Click or drag to resize

EditTextBoxIComponentConnectorConnect Method

Attaches events and names to compiled content.

Namespace:  SOWIWin.Helper.Controls
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
void IComponentConnector.Connect(
	int connectionId,
	Object target
)

Parameters

connectionId
Type: SystemInt32
An identifier token to distinguish calls.
target
Type: SystemObject
The target to connect events and names to.

Implements

IComponentConnectorConnect(Int32, Object)
See Also