The sample in this post shows how to
support nested types and implicitly declared events in entry point classes
(note that the nested type is in the entry point class, but is not an entry
point). For types nested in an entry
point class, the workaround in Part I is sufficient, no additional changes to
the proxy are required. For ...