Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBoxPanel Class / AfterItemPrepared Method
The item container which was just prepared.

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

    Parameters

    listBoxItem
    The item container which was just prepared.
    See Also