Adding an Event

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

Tasks

Adding a Member Variable

Adding a Member Function

Concepts

Adding Functionality with Code Wizards

Adding a Class

Adding an MFC Message Handler

Reference

Navigating the Class Structure