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

    Property Value

    Returns a GeneratorPosition.
    See Also