IPCBIWindowUICheckButtonEventHandler Delegate

The UICheckButtonEventHandler is for changing the right button on calls form the PCB-Investigator.

Definition

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

Parameters

id  ID_ActionItem
The identifier
check  Boolean
true to check the button or false to uncheck the button

See Also