ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / OnItemContainerStyleChanged Method

In This Topic
    OnItemContainerStyleChanged Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemContainerStyleChanged( _
       ByVal oldItemContainerStyle As Windows.UI.Xaml.Style, _
       ByVal newItemContainerStyle As Windows.UI.Xaml.Style _
    ) 
    protected virtual void OnItemContainerStyleChanged( 
       Windows.UI.Xaml.Style oldItemContainerStyle,
       Windows.UI.Xaml.Style newItemContainerStyle
    )

    Parameters

    oldItemContainerStyle
    newItemContainerStyle
    See Also