ArcGIS Pro 2.8 API Reference Guide
OnUnsubscribe Method

ArcGIS.Core.Events Namespace > RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class : OnUnsubscribe Method
This can be ignored.
The subscription token used to unregister
Callback made on the event instance when a subscriber unregisters from the event
Syntax
protected virtual void OnUnsubscribe( 
   TSubscriptionParam param,
   SubscriptionToken token
)
Protected Overridable Sub OnUnsubscribe( _
   ByVal param As TSubscriptionParam, _
   ByVal token As SubscriptionToken _
) 

Parameters

param
This can be ignored.
token
The subscription token used to unregister
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class
RegisteredPresentationEvent<TSubscriptionParam,TPayload> Members