ArcGIS Pro 3.7 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 Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of ProProjectStripCredentialsEventArgs) _
    ) 
    public static void Unsubscribe( 
       Action<ProProjectStripCredentialsEventArgs> action
    )

    Parameters

    action
    The delegate to be unsubscribed
    Requirements

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

    ArcGIS Pro version: 3.3 or higher.
    See Also