ItemsChangedEventArgs.OldPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position in the collection before the change occurred.
public:
property GeneratorPosition OldPosition { GeneratorPosition get(); };
GeneratorPosition OldPosition();
public GeneratorPosition OldPosition { get; }
var generatorPosition = itemsChangedEventArgs.oldPosition;
Public ReadOnly Property OldPosition As GeneratorPosition
Property Value
Returns a GeneratorPosition.