MFC Grid manual

CEmbeddedControlAdapter::ISink Struct Reference

Callback interface to receive notifications from MFC control. More...

#include <EmbeddedControlAdapter.h>

Inherited by CGrid::CGridImpl, and CLongColorReflector::Impl.

List of all members.


Public Member Functions

virtual ~ISink ()
 Virtual destructor.
virtual void OnEmbeddedControlMessage (CEmbeddedControlAdapter *adapter, UINT uMsg, WPARAM wParam, LPARAM lParam)
 Callback function that is called when MFC control receives a window message.

Detailed Description

Callback interface to receive notifications from MFC control.