---
title: pathUpdateHandler
framework: network
role: symbol
role_heading: Instance Property
path: network/nwpathmonitor/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/nwpathmonitor/currentpath.md)
