Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an interface that corresponds to the event data of the DocumentSaved event and that enables the COM host application to consume the event.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("3E8269DF-7F45-40AD-B281-CCB5D2E34D5D")> _
Public Interface IDocumentSavedEventArgs
'Usage
Dim instance As IDocumentSavedEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute("3E8269DF-7F45-40AD-B281-CCB5D2E34D5D")]
public interface IDocumentSavedEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute(L"3E8269DF-7F45-40AD-B281-CCB5D2E34D5D")]
public interface class IDocumentSavedEventArgs
public interface IDocumentSavedEventArgs
Remarks
For more information about event handlers that take this interface as the event data parameter, see IVstaHostAdapterEvents.
See Also
Reference
IDocumentSavedEventArgs Members
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace