IVsWindowFrameEvents3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.Guid("3B8B9802-C720-4219-8694-E87EE8CB0E6D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrameEvents3
[<System.Runtime.InteropServices.Guid("3B8B9802-C720-4219-8694-E87EE8CB0E6D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrameEvents3 = interface
Public Interface IVsWindowFrameEvents3
- Attributes
Methods
OnFrameDocDataInitializedAsync(IVsWindowFrame, Object) |
Called when the when the DocData has been initialized on the frame. |
OnFrameDocViewInitialized(IVsWindowFrame, Object) |
Called when the when the DocView has been initialized on the frame. |