DocumentEventsClass::DocumentOpened Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs after a document is opened.

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

public:
event _dispDocumentEvents_DocumentOpenedEventHandler^ DocumentOpened {
	virtual void add(_dispDocumentEvents_DocumentOpenedEventHandler^ value);
	virtual void remove(_dispDocumentEvents_DocumentOpenedEventHandler^ value);
}

Public Sub DocumentEvents_DocumentOpened(ByVal Document As _
    EnvDTE.Document) Handles DocumentEvents.DocumentOpened
        MsgBox("test")
End Sub
Return to top
Show: