C1.Silverlight Namespace / C1TreeViewPanel Class / BeforeItemRecycled Method
The item container to be recycled.

In This Topic
BeforeItemRecycled Method (C1TreeViewPanel)
In This Topic
Called before the item is recycled.
Syntax
'Declaration
 
Protected Overridable Sub BeforeItemRecycled( _
   ByVal treeViewItem As C1TreeViewItem _
) 
 

Parameters

treeViewItem
The item container to be recycled.
See Also