Interface IAutoDisposable<TArgs>
Represents the object which can be disposed by itself (without the explicit Dispose method call).
Inherited Members
Namespace: DotNetBrowser
Assembly: DotNetBrowser.dll
Syntax
public interface IAutoDisposable<TArgs> : IAutoDisposable
Type Parameters
Name | Description |
---|---|
TArgs | The type of the event arguments for the Disposed event. |
Events
Name | Description |
---|---|
Disposed | Occurs when the object has been disposed. |