Show / Hide Table of Contents

Interface INotifyOfDisposal

Interface for notify of disposal

Namespace: MAT.Atlas.Api.Core.System
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public interface INotifyOfDisposal : IDisposable

Events

Disposed

Occurs when this instance is disposed.

Declaration
event EventHandler Disposed
Event Type
Type Description
System.EventHandler

See Also

System.IDisposable
In This Article
Back to top Generated by DocFX