ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / SystemFavoritesChangedEvent Class / Unsubscribe Method / Unsubscribe(Action<EventArgs>) Method
The delegate that was specified to a Subscribe.

In This Topic
    Unsubscribe(Action<EventArgs>) Method
    In This Topic
    Unsubscribe from the SystemFavoritesChangedEvent by specifying the same action that was given to Subscribe.
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of EventArgs) _
    ) 
    public static void Unsubscribe( 
       Action<EventArgs> action
    )

    Parameters

    action
    The delegate that was specified to a Subscribe.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also