ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectItemsChangedEvent Class / Unsubscribe Method / Unsubscribe(Action<ProjectItemsChangedEventArgs>) Method
The delegate that is subscribed to the event

In This Topic
    Unsubscribe(Action<ProjectItemsChangedEventArgs>) Method
    In This Topic
    Unsubscribe the delegate from the ProjectItemsChangedEvent
    Syntax
    public static void Unsubscribe( 
       Action<ProjectItemsChangedEventArgs> action
    )
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of ProjectItemsChangedEventArgs) _
    ) 

    Parameters

    action
    The delegate that is subscribed to the event
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also