Click or drag to resize

MarkableCalibrationPatternSettingViewIComponentConnectorConnect Method

Attaches events and names to compiled content.

Namespace: RAYLASE.CalibrationPlugin.JobElements
Assembly: RAYLASE.CalibrationPlugin (in RAYLASE.CalibrationPlugin.dll) Version: 2.19.0
Syntax
C#
void IComponentConnector.Connect(
	int connectionId,
	Object target
)

Parameters

connectionId  Int32
An identifier token to distinguish calls.
target  Object
The target to connect events and names to.

Implements

IComponentConnectorConnect(Int32, Object)
See Also