| DocumentHandlerSave Event |
Raised when document is saving or saved (including auto saving)
Namespace:
CodeStack.SwEx.AddIn.Core
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public event DocumentSaveDelegate Save
Public Event Save As DocumentSaveDelegate
public:
event DocumentSaveDelegate^ Save {
void add (DocumentSaveDelegate^ value);
void remove (DocumentSaveDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesDocumentSaveDelegateSee Also