MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1CheckList Class / PrepareContainerForItemOverride Method
Element used to display the specified item.
Specified item.

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
    Element used to display the specified item.
    item
    Specified item.
    See Also