DocumentEvents2_NewEventHandler 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 New event. The New event occurs when a new document based on the template is created.
public delegate void DocumentEvents2_NewEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_NewEventHandler();
type DocumentEvents2_NewEventHandler = delegate of unit -> unit
Public Delegate Sub DocumentEvents2_NewEventHandler()
- Attributes
Remarks
A procedure for the New event will run only if it is stored in a template.