_dispWindowEvents_WindowClosingEventHandler 委托

定义

仅限 Microsoft 内部使用。

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

Window
Window

窗口。

属性

适用于