Aspose::Words::Loading::IDocumentLoadingCallback::Notify method
IDocumentLoadingCallback::Notify method
This is called to notify of document loading progress.
virtual void Aspose::Words::Loading::IDocumentLoadingCallback::Notify(System::SharedPtr<Aspose::Words::Loading::DocumentLoadingArgs> args)=0
Parameter | Type | Description |
---|---|---|
args | System::SharedPtr<Aspose::Words::Loading::DocumentLoadingArgs> | An argument of the event. |
Remarks
The primary uses for this interface is to allow application code to obtain progress status and abort loading process.
An exception should be threw from the progress callback for abortion and it should be caught in the consumer code.
See Also
- Class DocumentLoadingArgs
- Interface IDocumentLoadingCallback
- Namespace Aspose::Words::Loading
- Library Aspose.Words for C++