ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProProjectSavingEvent Class / Unsubscribe Method / Unsubscribe(Action<ProProjectEventArgs>) Method
The delegate to be unsubscribed

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

    Parameters

    action
    The delegate to be unsubscribed
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also