public event SignOnControl.SignOnStatusChangedEventHandler SignOnStatusChanged
Public Event SignOnStatusChanged As SignOnControl.SignOnStatusChangedEventHandler
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.
Property | Description |
---|---|
CurrentPortalUri | Gets the current portal uri. |
IsSignedIn | Gets the signed in status. |
SignedOnUserName | 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