Home > @visualization-tools/core > OnDprChanged > registerListener
Signature:
static registerListener(eventService: IEventService, onEvent: (dpr: number) => void): () => void;
| Parameter | Type | Description |
|---|---|---|
| eventService | IEventService | |
| onEvent | (dpr: number) => void |
Returns:
() => void