Table of Contents

Interface IAutoDisposable<TArgs>

Namespace
DotNetBrowser
Assembly
DotNetBrowser.dll

Represents the object which can be disposed by itself (without the explicit Dispose method call).

public interface IAutoDisposable<TArgs> : IAutoDisposable

Type Parameters

TArgs

The type of the event arguments for the Disposed event.

Inherited Members

Events

Disposed

Occurs when the object has been disposed.