Notifies the Package that a window's docked state is being altered.
Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Function OnDockableChange ( _
    fDockable As Integer _
) As Integer Implements IVsWindowFrameNotify.OnDockableChange
int IVsWindowFrameNotify.OnDockableChange(
    int fDockable
)
private:
virtual int OnDockableChange(
    int fDockable
) sealed = IVsWindowFrameNotify::OnDockableChange
private abstract OnDockableChange : 
        fDockable:int -> int  
private override OnDockableChange : 
        fDockable:int -> int
JScript does not support explicit interface implementations.
Parameters
fDockable
Type: Int32true if the window frame is being docked, otherwise false.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsWindowFrameNotify.OnDockableChange(Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.