ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerPanel Class / AfterItemPrepared Method
The item container which was just prepared.

In This Topic
    AfterItemPrepared Method
    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