Share via


IVsWindowFrameEvents3 Interface

Definition

[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.

Applies to