Share

CProxy_PropertyNotifySink

Class Hierarchy

CProxy_PropertyNotifySink

C++

template <class T>
class CProxy_PropertyNotifySink : public IConnectionPointImpl<T, &IID_IPropertyNotifySink, CComDynamicUnkArray>;

File

axtempl.h

Description

This template class facilitates notification to connected objects when a COM wrapper class is modified. The class is extended to expose a new method that allows the COM wrapper class to identify the object property that was modified and triggered the notification.

Links

CProxy_PropertyNotifySink Methods

Was this information helpful?