---
title: "canvasViewDidEndUsingTool(_:)"
framework: pencilkit
role: symbol
role_heading: Instance Method
path: "pencilkit/pkcanvasviewdelegate/canvasviewdidendusingtool(_:)"
---

# canvasViewDidEndUsingTool(_:)

Tells the delegate that the user ended a drawing sequence with the tool they were using.

## Declaration

```swift
optional func canvasViewDidEndUsingTool(_ canvasView: PKCanvasView)
```

## Parameters

- `canvasView`: The canvas view whose contents changed.

## See Also

### Responding to new event sequences

- [canvasViewDidBeginUsingTool(_:)](pencilkit/pkcanvasviewdelegate/canvasviewdidbeginusingtool(_:).md)
