Message 1 of 25

Not applicable
02-16-2015
05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know this can be achieved in other ways, but i want to discuss the fact that this would be much understandable for developers ...
would be nice to have generics involved here having an interface like this:
IExternalEventHandler<T> ExternalEvent<T> EE = ExternalEvent.Create(handler IExternalEventHandler<T>); EE.Raise(T obj);
Solved! Go to Solution.