---
title: indexPathAfterUpdate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscollectionviewupdateitem/indexpathafterupdate
---

# indexPathAfterUpdate

The index path of the item after the update.

## Declaration

```swift
var indexPathAfterUpdate: IndexPath? { get }
```

## Discussion

Discussion The value of this property is nil for an action of type NSCollectionView.UpdateAction.delete.

## See Also

### Accessing the Item Changes

- [indexPathBeforeUpdate](appkit/nscollectionviewupdateitem/indexpathbeforeupdate.md)
- [updateAction](appkit/nscollectionviewupdateitem/updateaction.md)
- [NSCollectionView.UpdateAction](appkit/nscollectionview/updateaction.md)
- [NSCollectionView.ScrollDirection](appkit/nscollectionview/scrolldirection.md)
