BCGControlBar Library for .NET
UpdateCmdUI Event




Updates the state of the commands from the command bars when any events occurs.
Syntax
'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
Event Data

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.

PropertyDescription
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.
Requirements

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

See Also

Reference

CommandBarManager Class
CommandBarManager Members

Send Feedback