IVsWindowFrameEvents2 Interface

Definition

public interface class IVsWindowFrameEvents2 : Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameEvents
[System.Runtime.InteropServices.Guid("104B9B1B-9488-4608-A11D-7C3AAA65E407")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrameEvents2 : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameEvents
[<System.Runtime.InteropServices.Guid("104B9B1B-9488-4608-A11D-7C3AAA65E407")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrameEvents2 = interface
    interface IVsWindowFrameEvents
Public Interface IVsWindowFrameEvents2
Implements IVsWindowFrameEvents
Attributes
Implements

Methods

OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame)
OnFrameCreated(IVsWindowFrame)
OnFrameDestroyed(IVsWindowFrame)
OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean)
OnFrameIsVisibleChanged(IVsWindowFrame, Boolean)
OnFrameViewReplaced(IVsWindowFrame)

Applies to