CommandBarsClass.OnUpdate Event

Definition

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).

Applies to