Events in managed c++

When using managed events in c++, there is no need to check whether the event is a nullptr. It is already holding some default value that does nothing, however if you do insist to check its emptiness, it will result in an error.

Post a Comment

Previous Post Next Post