Delegado _dispWindowEvents_WindowActivatedEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowActivatedEventHandler ( _
GotFocus As Window, _
LostFocus As Window _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
Window GotFocus,
Window LostFocus
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
[InAttribute] Window^ GotFocus,
[InAttribute] Window^ LostFocus
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowActivatedEventHandler =
delegate of
GotFocus:Window *
LostFocus:Window -> unit
O JScript não oferece suporte a delegados.
Parâmetros
- GotFocus
Tipo: EnvDTE.Window
A janela tem foco.
- LostFocus
Tipo: EnvDTE.Window
A janela que perdeu o foco.