Поделиться через


BEGIN_DELEGATE_MAP

Begins a delegate map.

BEGIN_DELEGATE_MAP(
      CLASS
);

Параметры

  • CLASS
    The class in which the managed control is hosted.

Заметки

This macro marks the beginning of a list of delegate entries, which compose a delegate map. For an example of how this macro is used, see EVENT_DELEGATE_ENTRY.

Требования

Header: msclr\event.h

См. также

Основные понятия

MAKE_DELEGATE

EVENT_DELEGATE_ENTRY

END_DELEGATE_MAP

How to: Sink Windows Forms Events from Native C++ Classes