_dispWindowEvents_WindowClosingEventHandler Delegar

Definição

Somente para uso interno da Microsoft.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public delegate void _dispWindowEvents_WindowClosingEventHandler(Window ^ Window);
public delegate void _dispWindowEvents_WindowClosingEventHandler(Window ^ Window);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispWindowEvents_WindowClosingEventHandler(Window Window);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispWindowEvents_WindowClosingEventHandler = delegate of Window -> unit
Public Delegate Sub _dispWindowEvents_WindowClosingEventHandler(Window As Window)

Parâmetros

Window
Window

A janela.

Atributos

Aplica-se a