Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsChangedEventArgs Class / ItemUICount Property

In This Topic
    ItemUICount Property
    In This Topic
    Gets the number of UI elements involved in the change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemUICount As Integer
    public int ItemUICount {get;}

    Property Value

    Integer that represents the number of elements involved in the change.
    See Also