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