BCGControlBar Library for .NET
UpdateCmdUIEventArgs Class
Members 




Inherits EventArgs of the namespace System.
Provides data for UpdateCmdUI event of the CommandBarManager. Property CommandID specifies the identifier of the command to update event arguments. Property Enable indicates whether the control can respond to user interaction. Property Check specifies if the command is checked. Property Updated gets true if the command was updated.
Object Model
UpdateCmdUIEventArgs Class
Syntax
'Declaration
 
Public Class UpdateCmdUIEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As UpdateCmdUIEventArgs
public class UpdateCmdUIEventArgs : System.EventArgs 
public __gc class UpdateCmdUIEventArgs : public System.EventArgs 
public ref class UpdateCmdUIEventArgs : public System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      BCGSoft.ControlBars.UpdateCmdUIEventArgs

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

UpdateCmdUIEventArgs Members
BCGSoft.ControlBars Namespace

Send Feedback