IVsWindowFrameEvents 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.
Provides events for window frames.
public interface class IVsWindowFrameEvents
public interface class IVsWindowFrameEvents
__interface IVsWindowFrameEvents
[System.Runtime.InteropServices.Guid("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrameEvents
[<System.Runtime.InteropServices.Guid("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrameEvents = interface
Public Interface IVsWindowFrameEvents
- Derived
- Attributes
Methods
OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame) |
Called when the active IVsWindowFrame changes. |
OnFrameCreated(IVsWindowFrame) |
Called when a new IVsWindowFrame is created. |
OnFrameDestroyed(IVsWindowFrame) |
Called when an IVsWindowFrame is permanently closed. |
OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean) |
Called when the IsOnScreen property of an IVsWindowFrame changes. |
OnFrameIsVisibleChanged(IVsWindowFrame, Boolean) |
Called when the IsVisible property of an IVsWindowFrame changes. |