1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer
  6. /
  7. IAuxDisposable

IAuxDisposable

IAuxDisposable interface

Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event

public interface IAuxDisposable : IDisposable

Properties

Name Description
IsDisposed { get; } Indicates whether a resource is already disposed (true) or not (false)

Events

Name Description
event Disposed Occurs when object is disposed, right after the resources disposing is successfully completed

See Also