Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ends a delegate map.
END_DELEGATE_MAP();
Remarks
This macro marks the end of a list of delegate entries, which compose a delegate map. For an example of how this macro is used, see EVENT_DELEGATE_ENTRY.
Requirements
Header: msclr\event.h
See Also
Tasks
How to: Sink Windows Forms Events from Native C++ Classes