Version

DeactivateContainer Method (RecyclingItemsControl)

Called when a container is being deactivated.
Syntax
'Declaration
 
Protected Friend Overridable Sub DeactivateContainer( _
   ByVal container As DependencyObject, _
   ByVal item As Object _
) 
protected internal virtual void DeactivateContainer( 
   DependencyObject container,
   object item
)

Parameters

container
The container being deactivated.
item
Its associated item.
Remarks

Note: the Visibility property of the container will be set to 'Collapsed' before this method is called. The original setting for the Visibility property will be restored before a subsequent call to ReactivateContainer or ReuseContainerForNewItem.

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