Click or drag to resize

IAutoDisposableTArgs Interface

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

Namespace:  DotNetBrowser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IAutoDisposable<TArgs> : IAutoDisposable

Type Parameters

TArgs
The type of the event arguments for the Disposed event.

The IAutoDisposableTArgs type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
Top
See Also