DocumentEvents2_NewEventHandler Delegate

Definition

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.

Applies to