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.3572.0 (4.8.3572.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 a tunneling event occurs. First argument is the sender, second argument is the original source, and third argument is the event arguments.
(Inherited from ITunnelingEventSource)
Top
See Also