Version

GetCanDropContainer Method

Returns whether this container can be dropped at this location.
Syntax
'Declaration
 
Protected Friend Overridable Function GetCanDropContainer( _
   ByVal container As FrameworkElement, _
   ByVal itemInfo As ItemInfoBase, _
   ByVal newState As TileState, _
   ByVal newLogicalIndex As Integer _
) As Boolean
protected internal virtual bool GetCanDropContainer( 
   FrameworkElement container,
   ItemInfoBase itemInfo,
   TileState newState,
   int newLogicalIndex
)

Parameters

container
The container to be dropped.
itemInfo
The associated item's info
newState
The new state of the item if the container is dropped here.
newLogicalIndex
The new logical index of the item if the container is dropped here.

Return Value

The default implementaion return true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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