ComponentOne Basic Library for UWP
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 System.Integer
    public System.int ItemUICount {get;}

    Property Value

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