IVsWindowFrameEvents Interface

Définition

Fournit des événements pour les frames de fenêtre.

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
Dérivé
Attributs

Méthodes

OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame)

Appelé lorsque le IVsWindowFrame actif change.

OnFrameCreated(IVsWindowFrame)

Appelée lors de la création d’un nouveau IVsWindowFrame.

OnFrameDestroyed(IVsWindowFrame)

Appelé lorsqu’un IVsWindowFrame est fermé de façon permanente.

OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean)

Appelé lorsque la propriété IsOnScreen d’un IVsWindowFrame change.

OnFrameIsVisibleChanged(IVsWindowFrame, Boolean)

Appelé lorsque la propriété IsVisible d’un IVsWindowFrame change.

S’applique à