MFC and .NET Explorations

29 November 2006

Create an event in C++/CLI

It's easy in C#, you just write:
        public event QueryReturnedHandler QueryReturned;

How does it work in C++/CLI though?

http://msdn2.microsoft.com/en-us/library/xey702bw.aspx