ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Controls Namespace / SignOnControl Class / SignOnStatusChanged Event

In This Topic
    SignOnStatusChanged Event
    In This Topic
    The SignOnStatusChanged event is raised when the sign on status changes. A change consists of signing in or out of the current portal.
    Syntax
    Event Data

    The event handler receives an argument of type SignOnStatusChangedEventArgs containing data related to this event. The following SignOnStatusChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the current portal uri.  
    Gets the signed in status.  
    Gets the current signed on user name. If IsSignedIn is false, this is the empty string.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also