IPCBIWindowUIEnableChangedEventHandler Delegate

PCB-Investigator inform the Plugins to change the enable state

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void UIEnableChangedEventHandler(
	ID_ActionItem id,
	bool enable
)

Parameters

id  ID_ActionItem
The identifier
enable  Boolean
true to enable or false to disable

See Also