CommandBarsClass::OnUpdate Event
Visual Studio 2015
Handles the case when the set of command bars is updated. This event is deprecated.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: event _CommandBarsEvents_OnUpdateEventHandler^ OnUpdate { virtual void add(_CommandBarsEvents_OnUpdateEventHandler^ value); virtual void remove(_CommandBarsEvents_OnUpdateEventHandler^ value); }
Implements
_CommandBarsEvents_Event::OnUpdateNotes to Inheritors:
The handler should throw a DeprecatedException when it is added (or removed).
Show: