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

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

    Parameters

    action
    The delegate to be unsubscribed
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also