Representante _dispWindowEvents_WindowCreatedEventHandler
Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.
Microsoft somente uso interno.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE. dll)
Sintaxe
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowCreatedEventHandler ( _
Window As Window _
)
Dim instance As New _dispWindowEvents_WindowCreatedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowCreatedEventHandler(
Window Window
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowCreatedEventHandler(
[InAttribute] Window^ Window
)
O JScript não oferece suporte a delegados.
Parâmetros
- Window
Tipo: EnvDTE.Window