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