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