Click or drag to resize

SaveState_e Enumeration

Stage of saving the document

Namespace:  CodeStack.SwEx.AddIn.Enums
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public enum SaveState_e
Members
  Member nameValueDescription
AutoSave0 Automatic save
SaveAs1 Saving document as new file
PreSave2 Document is about to be saved
PostSave3 Document has been saved
PostCancel4 After document saving has been canceled
See Also