ApplicationEvents4_NewDocumentEventHandler 委托

定义

用于为事件添加事件处理程序的NewDocument委托类型。 创建新文档时发生 NewDocument 事件。

public delegate void ApplicationEvents4_NewDocumentEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_NewDocumentEventHandler(Document Doc);
type ApplicationEvents4_NewDocumentEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_NewDocumentEventHandler(Doc As Document)

参数

Doc
Document

新文档。

属性

适用于