ApplicationEvents4_DocumentChangeEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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