BCGSoft.ControlBars Namespace > CommandBarManager Class : UpdateCmdUI Event |
'Declaration Public Event UpdateCmdUI As UpdateCmdUIHandler
'Usage Dim instance As CommandBarManager Dim handler As UpdateCmdUIHandler AddHandler instance.UpdateCmdUI, handler
public event UpdateCmdUIHandler UpdateCmdUI
public: __event UpdateCmdUIHandler* UpdateCmdUI
public: event UpdateCmdUIHandler^ UpdateCmdUI
The event handler receives an argument of type UpdateCmdUIEventArgs containing data related to this event. The following UpdateCmdUIEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Check | Specifies if the object to update is checked. |
CommandID | Specifies the identifier of the objects to update. |
Enable | Specifies if the object to update is enabled. |
Updated | Specifies if the object was updated. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2