ApplicationEvents4_DocumentChangeEventHandler 委托

定义

用于为事件添加事件处理程序的DocumentChange委托类型。 当创建新文档、打开现有文档或将另一个文档设为活动文档时,将发生 DocumentChange 事件。

public delegate void ApplicationEvents4_DocumentChangeEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentChangeEventHandler();
type ApplicationEvents4_DocumentChangeEventHandler = delegate of unit -> unit
Public Delegate Sub ApplicationEvents4_DocumentChangeEventHandler()
属性

适用于