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

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

    Property Value

    Returns a GeneratorPosition.
    See Also