ApplicationEvents4_DocumentOpenEventHandler Delegate

Definition

A Delegate type used to add an event handler for the DocumentOpen event. The DocumentOpen event occurs when a document is opened.

public delegate void ApplicationEvents4_DocumentOpenEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentOpenEventHandler(Document Doc);
type ApplicationEvents4_DocumentOpenEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_DocumentOpenEventHandler(Doc As Document)

Parameters

Doc
Document

The document that's being opened.

Attributes

Applies to