PlugInToolBarConnectionInitEvents Method

This method is called from the PCB-I after adding the PlugIn.

Definition

Namespace: PCBI_InstanceSync
Assembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public void InitEvents(
	IPCBIWindow Parent
)

Parameters

Parent  IPCBIWindow
The IPCBIWindow from which the PlugIn is started.

Implements

IPluginInitEvents(IPCBIWindow)

See Also