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 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) |