Click or drag to resize

IEventIndicatedDisposable Interface

Extends the IDisposable interface in a way that an event is fired if the object is disposed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IEventIndicatedDisposable : IDisposable, 
	ITunnelingEventSource

The IEventIndicatedDisposable type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
Events
 NameDescription
Public eventTunneledEvent The event that is fired when the object is disposed. First argument is the sender, second argument is the original source, and third argument is the event arg.
(Inherited from ITunnelingEventSource)
Top
See Also