Class EventKeyBase<T>
Creates a new EventKey used to broadcast T type events.
public class EventKeyBase<T> : IDisposable
Type Parameters
T
The data type of the event you wish to send
- Inheritance
-
EventKeyBase<T>
- Implements
- Derived
- Extension Methods
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~EventKeyBase()
protected ~EventKeyBase()
InternalBroadcast(T)
protected void InternalBroadcast(T data)
Parameters
data
T