Is it possible to expose an event as a property? I want to be able to
bubble up events from a class that my class references as a member without
having to have my class pass on an event from the class that it references.
Instead, I would like to do this via a property. To make matters a bit more
complicated, I would like to do this in managed C++.
If there is some other suggested way to do this, please let me know.

Signature
---------------------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
MailID = varnk
Domain = diebold.com
---------------------------------------------
Jon Skeet [C# MVP] - 02 Jul 2007 21:00 GMT
> Is it possible to expose an event as a property? I want to be able to
> bubble up events from a class that my class references as a member without
[quoted text clipped - 3 lines]
>
> If there is some other suggested way to do this, please let me know.
You need to be very clear about the difference between an event and a
delegate.
See http://pobox.com/~skeet/csharp/events.html for more information.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too