Aspose::Words::Saving::IDocumentSavingCallback::Notify method

IDocumentSavingCallback::Notify method

This is called to notify of document saving progress.

virtual void Aspose::Words::Saving::IDocumentSavingCallback::Notify(System::SharedPtr<Aspose::Words::Saving::DocumentSavingArgs> args)=0
ParameterTypeDescription
argsSystem::SharedPtr<Aspose::Words::Saving::DocumentSavingArgs>An argument of the event.

Remarks

The primary uses for this interface is to allow application code to obtain progress status and abort saving process.

An exception should be threw from the progress callback for abortion and it should be caught in the consumer code.

See Also