| Overload | Description |
|---|---|
| Unsubscribe(Action<SketchCancelledEventArgs>) | Unsubscribe from the SketchCancelledEvent by specifying the same action that was given to Subscribe. |
| Unsubscribe(SubscriptionToken) | Unsubscribe from the SketchCancelledEvent by specifying the token that was returned by Subscribe. |