All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Enumeration CATSamDocActionType
enum CATSamDocActionType {
SamBeforeSave,
SamAfterSave,
SamBeforeUnload,
SamAfterReload,
SamBeforChildRemove,
SamAssemblyRemove,
SamRename
}
Identifies events on analysis document.
These kind of events are:
- SamBeforeSave : Send before the document saving.
- SamAfterSave : Send after the document saving.
- SamBeforeUnload : Send before the document unloading.
- SamAfterReload : Send after the document reloading.
- SamBeforChildRemove: Send before an analysis document of the assembly is removed.
- SamAssemblyRemove : Send when an Analysis is removed from Assembly definition.
- SamRename : Send when an Analysis is renamed.
This object is included in the file: CATSamDocNotification.h