Share via


_CommandBarsEvents_OnUpdateEventHandler Delegate

The event handler for the Update event on a CommandBars object.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarsEvents_OnUpdateEventHandler
‘사용 방법
Dim instance As New _CommandBarsEvents_OnUpdateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _CommandBarsEvents_OnUpdateEventHandler()
[ComVisibleAttribute(false)]
public delegate void _CommandBarsEvents_OnUpdateEventHandler()
[<ComVisibleAttribute(false)>]
type _CommandBarsEvents_OnUpdateEventHandler = 
    delegate of unit -> unit
JScript does not support delegates.

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace