IPCBIWindowUIActionExecuteRequestEventHandler Delegate

Execute request event handler.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void UIActionExecuteRequestEventHandler(
	ID_ActionItem ID,
	out bool Executed
)

Parameters

ID  ID_ActionItem
The relevant action item.
Executed  Boolean
Was the action item executed?

See Also