Aspose::Words::Saving::IDocumentSavingCallback interface

IDocumentSavingCallback interface

Implement this interface if you want to have your own custom method called during saving a document.

class IDocumentSavingCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual Notify(System::SharedPtr<Aspose::Words::Saving::DocumentSavingArgs>)This is called to notify of document saving progress.
static Type()

See Also