---
title: pathUpdateHandler
framework: network
role: symbol
role_heading: Instance Property
path: network/nwconnection/pathupdatehandler
---

# pathUpdateHandler

A handler that receives network path updates.

## Declaration

```swift
@preconcurrency final var pathUpdateHandler: (@Sendable (NWPath) -> Void)? { get set }
```

## See Also

### Handling Path Updates

- [currentPath](network/nwconnection/currentpath.md)
- [viabilityUpdateHandler](network/nwconnection/viabilityupdatehandler.md)
- [betterPathUpdateHandler](network/nwconnection/betterpathupdatehandler.md)
