Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TreeViewPanel Class / AfterItemPrepared Method
The item container which was just prepared.

In This Topic
    AfterItemPrepared Method (C1TreeViewPanel)
    In This Topic
    Called after the item was prepared to be shown in the panel.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AfterItemPrepared( _
       ByVal treeViewItem As C1TreeViewItem _
    ) 
    protected virtual void AfterItemPrepared( 
       C1TreeViewItem treeViewItem
    )

    Parameters

    treeViewItem
    The item container which was just prepared.
    See Also