ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1CheckList Class / PrepareContainerForItemOverride Method
The element that's used to display the specified item.
The item to display.

In This Topic
    PrepareContainerForItemOverride Method
    In This Topic
    Prepares the specified element to display the specified item.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PrepareContainerForItemOverride( _
       ByVal element As DependencyObject, _
       ByVal item As Object _
    ) 
    protected override void PrepareContainerForItemOverride( 
       DependencyObject element,
       object item
    )

    Parameters

    element
    The element that's used to display the specified item.
    item
    The item to display.
    See Also