Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Begins a delegate map.
BEGIN_DELEGATE_MAP(
CLASS
);
Parameters
- CLASS
The class in which the managed control is hosted.
Remarks
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.
Requirements
Header: msclr\event.h
See Also
Tasks
How to: Sink Windows Forms Events from Native C++ Classes