Aspose::Words::Loading::IDocumentLoadingCallback interface

IDocumentLoadingCallback interface

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

class IDocumentLoadingCallback : public virtual System::Object

Methods

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

See Also