_dispCommandBarControlEvents_ClickEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispCommandBarControlEvents_ClickEventHandler ( _
CommandBarControl As Object, _
ByRef Handled As Boolean, _
ByRef CancelDefault As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(
Object CommandBarControl,
ref bool Handled,
ref bool CancelDefault
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(
[InAttribute] Object^ CommandBarControl,
[InAttribute] bool% Handled,
[InAttribute] bool% CancelDefault
)
[<ComVisibleAttribute(false)>]
type _dispCommandBarControlEvents_ClickEventHandler =
delegate of
CommandBarControl:Object *
Handled:bool byref *
CancelDefault:bool byref -> unit
Jazyk JScript nepodporuje delegáty.
Parametry
CommandBarControl
Typ: ObjectPanel příkazů.
- Handled
Typ: Boolean%
CancelDefault
Typ: Boolean%Zda akce byla zrušena.