_CommandBarsEvents_Event::OnUpdate Event

 

Raised when a CommandBars object is updated. This event is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

event _CommandBarsEvents_OnUpdateEventHandler^ OnUpdate {
	void add(_CommandBarsEvents_OnUpdateEventHandler^ value);
	void remove(_CommandBarsEvents_OnUpdateEventHandler^ value);
}
Return to top
Show: