In This Topic
Occurs periodically when the document is being saved or exported. Can be used to implement a progress indicator.
Syntax
'Declaration
Public Event SavingDocument As LongOperationEventHandler
public event LongOperationEventHandler SavingDocument
See Also