ApplicationEvents4_NewDocumentEventHandler 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 NewDocument event. The NewDocument event occurs when a new document is created.
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)
Parameters
- Doc
- Document
The new document.
- Attributes