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