ItemsChangedEventArgs.Position Property

Definition

Gets the position in the collection where the change occurred.

public:
 property GeneratorPosition Position { GeneratorPosition get(); };
GeneratorPosition Position();
public GeneratorPosition Position { get; }
var generatorPosition = itemsChangedEventArgs.position;
Public ReadOnly Property Position As GeneratorPosition

Property Value

Returns a GeneratorPosition.

Applies to