Click or drag to resize

ClusterCopySettingViewIStyleConnectorConnect Method

Attaches events on event setters and templates in compiled content.

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

Parameters

connectionId  Int32
The unique connection ID for event wiring purposes.
target  Object
The target for event wiring.

Implements

IStyleConnectorConnect(Int32, Object)
See Also