CommandBarsClass.OnUpdate Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the case when the set of command bars is updated. This event is deprecated.
public:
virtual event Microsoft::VisualStudio::CommandBars::_CommandBarsEvents_OnUpdateEventHandler ^ OnUpdate;
public:
virtual event Microsoft::VisualStudio::CommandBars::_CommandBarsEvents_OnUpdateEventHandler ^ OnUpdate;
public virtual event Microsoft.VisualStudio.CommandBars._CommandBarsEvents_OnUpdateEventHandler OnUpdate;
member this.OnUpdate : Microsoft.VisualStudio.CommandBars._CommandBarsEvents_OnUpdateEventHandler
Public Overridable Custom Event OnUpdate As _CommandBarsEvents_OnUpdateEventHandler Implements OnUpdate
Event Type
Implements
Notes to Inheritors
The handler should throw a DeprecatedException when it is added (or removed).