IVsWebPreviewAction Interface
Visual Studio 2015
Defines methods to be called in response to Web preview events. Implement the interface and use it with the Web preview methods PreviewURL and PreviewURLEx of the IVsWebPreview interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnPreviewClose() | Method called when the preview window closes. |
![]() | OnPreviewLoaded(Object) | Method called when the preview window has loaded its document. |
![]() | OnPreviewLoadStart() | Method called when the preview window starts loading its document. |
Show:
