Click or drag to resize

RaylaseResourceDictionary.IComponentConnector.Connect Method

Attaches events and names to compiled content.

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.23.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

IComponentConnector.Connect(Int32, Object)
See Also