Event Sink Maps
When an embedded OLE control fires an event, the control's container receives the event using a mechanism, called an "event sink map," supplied by MFC. This event sink map designates handler functions for each specific event, as well as parameters of those events. For more information on event sink maps, see the article ActiveX Control Containers.
Event Sink Maps
Starts the definition of an event sink map. |
|
Declares an event sink map. |
|
Ends the definition of an event sink map. |
|
Defines an event handler for a specific event. |
|
Defines an event handler for a specific event fired from a set of OLE controls. |
|
Receives events fired by the control before they are handled by the control's container. |
|
Defines a handler for handling property notifications from an OLE control. |
|
Defines a handler for handling property notifications from a set of OLE controls. |
|
Receives property notifications sent by the control before they are handled by the control's container. |