Delegat _CommandBarButtonEvents_ClickEventHandler
Infrastruktura.Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: Microsoft.VisualStudio.CommandBars
Zestaw: Microsoft.VisualStudio.CommandBars (w Microsoft.VisualStudio.CommandBars.dll)
Składnia
'Deklaracja
<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
)
Parametry
- Ctrl
Typ: Microsoft.VisualStudio.CommandBars.CommandBarButton
Microsoft tylko do użytku wewnętrznego.
- CancelDefault
Typ: System.Boolean%
Microsoft tylko do użytku wewnętrznego.