BCGControlBar Library for .NET
UpdateCmdUIHandler Delegate




Represents the method that will handle UpdateCmdUI event of the CommandBarManager. This event  forces a refresh of the command UI state.
Syntax
'Declaration
 
Public Delegate Sub UpdateCmdUIHandler( _
   ByVal sender As Object, _
   ByVal e As UpdateCmdUIEventArgs _
) 
'Usage
 
Dim instance As New UpdateCmdUIHandler(AddressOf HandlerMethod)
public delegate void UpdateCmdUIHandler( 
   object sender,
   UpdateCmdUIEventArgs e
)
public: __gc __delegate void UpdateCmdUIHandler( 
   Object* sender,
   UpdateCmdUIEventArgs* e
)
public delegate void UpdateCmdUIHandler( 
   Object^ sender,
   UpdateCmdUIEventArgs^ e
)

Parameters

sender
e
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

UpdateCmdUIHandler Members
BCGSoft.ControlBars Namespace

Send Feedback