IVsRunningDocTableEvents7 Interface

Definition

[System.Runtime.InteropServices.Guid("FE0D2208-235D-447E-8D7F-B1D3EC00E090")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocTableEvents7
[<System.Runtime.InteropServices.Guid("FE0D2208-235D-447E-8D7F-B1D3EC00E090")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocTableEvents7 = interface
Public Interface IVsRunningDocTableEvents7
Attributes

Methods

OnAfterSaveAsync(UInt32, UInt32)

Called right after a save has occurred.

OnBeforeSaveAsync(UInt32, UInt32, IVsTask)

Called right before a save is about to occur.

Applies to