Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.56 KB

event-handling-and-atl.md

File metadata and controls

38 lines (26 loc) · 1.56 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Event Handling and ATL
Event Handling and ATL
11/04/2016
event handling, about event handling
e4812b0d-6fdd-4e8c-bdb8-378a25c7bde2

Event Handling and ATL

This section shows how to sink events using ATL. It covers the principles of COM event handling and the specifics of sinking events using the support provided by ATL.

For information on how to fire events and implement connection points, read ATL Connection Points.

In This Section

Event Handling Principles
Discusses the steps common to all event handing.

Implementing the Event Handling Interface
Discusses the classes to use for implementing the event interface.

Using IDispEventImpl
Lists the steps for using IDispEventImpl and shows a code sample.

Using IDispEventSimpleImpl
Lists the steps for using IDispEventSimpleImpl and shows a code sample.

ATL Event Handling Summary
Summarizes, using tables, the main ways for implementing an event interface and for advising and unadvising the event source using ATL.

Related Sections

ATL
Provides links to conceptual topics on how to program using the Active Template Library.

See also

Concepts