CommandBarsClass.remove_OnUpdate Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Sub remove_OnUpdate ( _
param0 As _CommandBarsEvents_OnUpdateEventHandler _
)
'Usage
Dim instance As CommandBarsClass
Dim param0 As _CommandBarsEvents_OnUpdateEventHandler
instance.remove_OnUpdate(param0)
public virtual void remove_OnUpdate(
_CommandBarsEvents_OnUpdateEventHandler param0
)
Parameters
Implements
_CommandBarsEvents_Event.remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)