Overload | Description |
---|---|
Unsubscribe(Func<BeforeSketchCompletedEventArgs,Task>) | Unsubscribe from the BeforeSketchCompletedEvent by specifying the same action that was given to Subscribe. |
Unsubscribe(SubscriptionToken) | Unsubscribe from the BeforeSketchCompletedEvent by specifying the token that was returned by Subscribe. |