IPCBIWindowPropertyChangedEventHandler Delegate

Delegate for property changing or adding to IObject Parent.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void PropertyChangedEventHandler(
	IEDA_PRP Property,
	IObject Parent
)

Parameters

Property  IEDA_PRP
Parent  IObject

See Also