0 out of 1 rated this helpful - Rate this topic

DocumentEvents Interface

Provides document events. Use this object for functionality and refer to DocumentEventsClass for this object's documentation.

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

[GuidAttribute("DC5437F5-F114-11D2-AACF-00C04F688DDE")] 
public interface DocumentEvents : _DocumentEvents, _dispDocumentEvents_Event
/** @attribute GuidAttribute("DC5437F5-F114-11D2-AACF-00C04F688DDE") */ 
public interface DocumentEvents extends _DocumentEvents, _dispDocumentEvents_Event
GuidAttribute("DC5437F5-F114-11D2-AACF-00C04F688DDE") 
public interface DocumentEvents extends _DocumentEvents, _dispDocumentEvents_Event

The DocumentEvents object is returned by DTE.Events.DocumentEvents.

<System.ContextStaticAttribute()> Public WithEvents DocumentEvents As EnvDTE.DocumentEvents

Public Sub DocumentEvents_DocumentClosing(ByVal Document As EnvDTE.Document) Handles DocumentEvents.DocumentClosing
   MsgBox("test")
End Sub
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.