ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsChangedEventArgs Class / ItemCount Property

In This Topic
    ItemCount Property (C1ItemsChangedEventArgs)
    In This Topic
    ets the number of items that were involved in the change.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemCount As System.Integer
    public System.int ItemCount {get;}

    Property Value

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