IAuxDisposable
Leave feedback
On this page
Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event
public interface IAuxDisposable : IDisposable
| Name | Description |
|---|---|
| IsDisposed { get; } | Indicates whether a resource is already disposed (true) or not (false) |
| Name | Description |
|---|---|
| event Disposed | Occurs when object is disposed, right after the resources disposing is successfully completed |
- namespace GroupDocs.Viewer
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.