ComponentOne Basic Library for UWP
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 Windows.UI.Xaml.Controls.Primitives.GeneratorPosition
    public Windows.UI.Xaml.Controls.Primitives.GeneratorPosition OldPosition {get;}

    Property Value

    Returns a GeneratorPosition.
    See Also