TSigmaApplicationProjectNotification Enumeration

Represents type TSigmaApplicationProjectNotification.

Namespace: Sigma.Document
type
 TSigmaApplicationProjectNotification = (apnAdd, apnClose, apnActivate, apnDeactivate, apnAdded);

The TSigmaApplicationProjectNotification type exposes the following members.

Show:
 NameDescription
apnActivate

Represents constant apnActivate.

apnAdd

Represents constant apnAdd.

apnAdded

Represents constant apnAdded.

apnClose

Represents constant apnClose.

apnDeactivate

Represents constant apnDeactivate.

Top