IPCBIWindowUIVisibleChangedEventHandler Delegate

The UIVisibleChangedEventHandler is to inform about changing in the visible style of objects.

Definition

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

Parameters

id  ID_ActionItem
The identifier
visible  Boolean
the new visible state

See Also