Events::DocumentEvents Property (Document^)

 

Gets the DocumentEvents that provides events for the document.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property DocumentEvents^ default[
	Document^ Document = null
] {
	DocumentEvents^ get(Document^ Document = null);
}

Parameters

Document
Type: EnvDTE::Document^

Optional. Specifies a particular document to provide events for.

Property Value

Type: EnvDTE::DocumentEvents^

A DocumentEvents object.

Return to top
Show: