v2.33
 
ActionEventHandler Class Referenceabstract
Inheritance diagram for ActionEventHandler:
EventHandler< _IActionEvents >

Public Member Functions

 ActionEventHandler (IAction *pAction)
 
virtual void OnToggled (bool checked)=0
 
virtual void OnTriggered ()=0
 
- Public Member Functions inherited from EventHandler< _IActionEvents >
int Advise ()
 
 EventHandler (LPUNKNOWN pObject)
 
void Unadvise ()
 

Protected Member Functions

STDMETHOD Invoke (DISPID, REFIID, LCID, unsigned short, DISPPARAMS *, VARIANT *, EXCEPINFO *, unsigned int *)
 
- Protected Member Functions inherited from EventHandler< _IActionEvents >
COM_DECLSPEC_NOTHROW ULONG STDMETHODCALLTYPE AddRef ()
 
STDMETHOD GetIDsOfNames (REFIID, LPOLESTR *, unsigned int, LCID, DISPID *)
 
STDMETHOD GetTypeInfo (unsigned int, LCID, ITypeInfo **)
 
STDMETHOD GetTypeInfoCount (unsigned int *)
 
STDMETHOD QueryInterface (REFIID riid, _COM_Outptr_ void __RPC_FAR *__RPC_FAR *ppvObject)
 
COM_DECLSPEC_NOTHROW ULONG STDMETHODCALLTYPE Release ()
 

Additional Inherited Members

- Protected Attributes inherited from EventHandler< _IActionEvents >
DWORD m_dwCookie
 
LPCONNECTIONPOINT m_pConnPt
 
LPUNKNOWN m_pContainer