Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1.97 KB

File metadata and controls

58 lines (51 loc) · 1.97 KB
title Adding an Event (Visual C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-ide
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
ActiveX controls [C++], adding events to
MFC ActiveX controls [C++], adding events
events [C++], ActiveX controls
ms.assetid fe34832a-edfc-4f86-aacb-8df77001873d
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Adding an Event (Visual C++)

From Class View, you can add an event using the Add Event Wizard only to the control class in your MFC ActiveX control project. If you want to add an event to another type of project, use the Events button in the Properties window.

To add an event to your MFC ActiveX control project

  1. In Class View, expand the project node to display the classes in the project.

  2. Right-click the project's control class.

  3. On the shortcut menu, click Add, and then click Add Event to display the Add Event Wizard.

  4. Provide the event information in the appropriate wizard boxes.

  5. Click Finish to add the event to the project.

See Also

Adding Functionality with Code Wizards
Adding a Class
Adding a Member Variable
Adding a Member Function
MFC Message Handler
Navigating the Class Structure