IUIUpdateEvent Class
class IUIUpdateEvent: public IWinEvent
Interface to a Windows UIUpdate event. A UIUpdate event contains a UIUpdate identifier, a notification code, and possibly a handle to the control the generated the event.Defined in: UIUpdateEvent.h
Class Members
virtual UINT GetCommandID() const
Return the command ID.
virtual IUIUpdateElement* GetUpdateElement() const
Return the update element.
virtual void SetCommandID(const UINT nCommandID)
Set the UIUpdate ID.
virtual void SetUpdateElement(IUIUpdateElement* pIUpdateElement)
Set the update element.