次の方法で共有


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)

Syntax

'宣言
Public Overridable Event OnUpdate As _CommandBarsEvents_OnUpdateEventHandler
public virtual event _CommandBarsEvents_OnUpdateEventHandler OnUpdate

Implements

_CommandBarsEvents_Event.OnUpdate

Remarks

Notes to Inheritors

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

.NET Framework Security

See Also

Reference

CommandBarsClass Class

Microsoft.VisualStudio.CommandBars Namespace