InterfacePCBIWindowNeedToSave Property

Set or get the internal bool for asking user to save the design changes at closing project. This is only important if changes are made, some smaller changes do not set this bool. Most changes like delete of objects or add new objects set this bool immediately.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool NeedToSave { get; set; }

Property Value

Boolean

See Also