---
title: eventHandler
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitorconfiguration/eventhandler
---

# eventHandler

The block the framework calls as the event handler for the location monitor instance.

## Declaration

```occ
@property (nonatomic, readonly) void (^eventHandler)(CLMonitor *monitor, CLMonitoringEvent *event);
```

## See Also

### Instance properties

- [name](corelocation/clmonitorconfiguration/name.md)
- [queue](corelocation/clmonitorconfiguration/queue.md)
