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.
Adds the OnUpdate event handler.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub add_OnUpdate ( _
A_1 As _CommandBarsEvents_OnUpdateEventHandler _
)
void add_OnUpdate(
_CommandBarsEvents_OnUpdateEventHandler A_1
)
void add_OnUpdate(
_CommandBarsEvents_OnUpdateEventHandler^ A_1
)
abstract add_OnUpdate :
A_1:_CommandBarsEvents_OnUpdateEventHandler -> unit
function add_OnUpdate(
A_1 : _CommandBarsEvents_OnUpdateEventHandler
)
Parameters
A_1
Type: Microsoft.VisualStudio.CommandBars._CommandBarsEvents_OnUpdateEventHandlerThe event handler.
.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.