Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when a CommandBars object is updated. This event is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Event OnUpdate As _CommandBarsEvents_OnUpdateEventHandler
event _CommandBarsEvents_OnUpdateEventHandler OnUpdate
event _CommandBarsEvents_OnUpdateEventHandler^ OnUpdate {
void add (_CommandBarsEvents_OnUpdateEventHandler^ value);
void remove (_CommandBarsEvents_OnUpdateEventHandler^ value);
}
abstract OnUpdate : IEvent<_CommandBarsEvents_OnUpdateEventHandler,
EventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.