This example demonstrates how C# class events are ported to C++. Public, protected and private class events preserve their accessibility level. Internal class events become protected. Events are ported to fields of type System::Event which is a part of asposecpplib.
Additional command-line options passed to CsToCppPorter: none.