Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / ILayoutUpdateStrategy Interface / BeforeInsertAnchorable Method
The LayoutRoot involved.
The document that will be shown.
The destination container.


In This Topic
    BeforeInsertAnchorable Method
    In This Topic
    Performs actions before an anchorable is to be inserted.
    Syntax
    'Declaration
     
    Function BeforeInsertAnchorable( _
       ByVal layout As LayoutRoot, _
       ByVal anchorableToShow As LayoutAnchorable, _
       ByVal destinationContainer As ILayoutContainer _
    ) As Boolean
    'Usage
     
    Dim instance As ILayoutUpdateStrategy
    Dim layout As LayoutRoot
    Dim anchorableToShow As LayoutAnchorable
    Dim destinationContainer As ILayoutContainer
    Dim value As Boolean
     
    value = instance.BeforeInsertAnchorable(layout, anchorableToShow, destinationContainer)

    Parameters

    layout
    The LayoutRoot involved.
    anchorableToShow
    The document that will be shown.
    destinationContainer
    The destination container.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also