_CommandBarsEvents_Event.add_OnUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void add_OnUpdate(Microsoft::VisualStudio::CommandBars::_CommandBarsEvents_OnUpdateEventHandler ^ A_1);
public:
void add_OnUpdate(Microsoft::VisualStudio::CommandBars::_CommandBarsEvents_OnUpdateEventHandler ^ value);
public void add_OnUpdate (Microsoft.VisualStudio.CommandBars._CommandBarsEvents_OnUpdateEventHandler A_1);
public void add_OnUpdate (Microsoft.VisualStudio.CommandBars._CommandBarsEvents_OnUpdateEventHandler value);
abstract member add_OnUpdate : Microsoft.VisualStudio.CommandBars._CommandBarsEvents_OnUpdateEventHandler -> unit
Public Sub add_OnUpdate (A_1 As _CommandBarsEvents_OnUpdateEventHandler)
Public Sub add_OnUpdate (value As _CommandBarsEvents_OnUpdateEventHandler)