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

In This Topic
    Position Property
    In This Topic
    Gets the position in the collection where the change occurred.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As GeneratorPosition
    public GeneratorPosition Position {get;}

    Property Value

    Returns a GeneratorPosition.
    See Also