CommandBars_OnUpdate Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
In my COM Add-in I want to trigger the CommandBars OnUpdate Event to check
that a commandbar button has been added/removed.

Any ideas on how to check this?
 
Trigger the event or handle it when it fires? Any change to a CommandBar
will fire that event so to trigger it you can just do something like move it
and move it back or change enabled or visible status or whatever.

To handle the event just subscribe to it as you would any other event.
 
Back
Top