IPCBIWindowAttributeChangedEventHandler Delegate

Delegate for attribute changing or adding to IObject Parent.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void AttributeChangedEventHandler(
	IAttributeElement Attribute,
	IObject Parent
)

Parameters

Attribute  IAttributeElement
 
Parent  IObject
 

See Also