Homec++ Events in managed c++ byAlex R. •July 27, 2010 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. Tags c++ Facebook Twitter