_CommandBarButtonEvents_ClickEventHandler Delegate
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarButtonEvents_ClickEventHandler ( _
Ctrl As CommandBarButton, _
<OutAttribute> ByRef CancelDefault As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _CommandBarButtonEvents_ClickEventHandler(
CommandBarButton Ctrl,
out bool CancelDefault
)
Parameters
- Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarButton
Microsoft Internal Use Only.
- CancelDefault
Type: System.Boolean%
Microsoft Internal Use Only.