Xceed Toolkit Plus for WPF v4.6 Documentation
BeforeInsertDocument Method


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace > ILayoutUpdateStrategy Interface : BeforeInsertDocument Method
The LayoutRoot involved.
The destination container.
Performs actions before a document is to be inserted.
Syntax
'Declaration
 
Function BeforeInsertDocument( _
   ByVal layout As LayoutRoot, _
   ByVal documentToShow As LayoutDocument, _
   ByVal destinationContainer As ILayoutContainer _
) As Boolean
'Usage
 
Dim instance As ILayoutUpdateStrategy
Dim layout As LayoutRoot
Dim documentToShow As LayoutDocument
Dim destinationContainer As ILayoutContainer
Dim value As Boolean
 
value = instance.BeforeInsertDocument(layout, documentToShow, destinationContainer)

Parameters

layout
The LayoutRoot involved.
documentToShow
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

Reference

ILayoutUpdateStrategy Interface
ILayoutUpdateStrategy Members