IEvent |
public interface IEventIndicatedDisposable : IDisposable, ITunnelingEventSource
The IEventIndicatedDisposable type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Name | Description | |
---|---|---|
TunneledEvent |
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) |