ApplicationEvents4_DocumentChangeEventHandler Delegate

Definition

A Delegate type used to add an event handler for the DocumentChange event. The DocumentChange event occurs when a new document is created, when an existing document is opened, or when another document is made the active document.

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()
Attributes

Applies to