CommandBarsClass::OnUpdate Event

 

Handles the case when the set of command bars is updated. This event is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
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);
}

Notes to Inheritors:

The handler should throw a DeprecatedException when it is added (or removed).

Return to top
Show: