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


In This Topic
    SignOnControl Class Events
    In This Topic

    For a list of all members of this type, see SignOnControl members.

    Public Events
     NameDescription
    Public EventOccurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when any context menu on the element is opened. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when the data context for this element changes. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element gets logical focus. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the keyboard is focused on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element captures the mouse. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element captures the stylus. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a key is released while focus is on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the element is laid out, rendered, and ready for interaction. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when this element loses logical focus. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the keyboard is no longer focused on this element,. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element loses mouse capture. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element loses stylus capture. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the manipulation encounters a boundary. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input device changes position during a manipulation. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from System.Windows.UIElement)
    Public EventOccurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a mouse button is clicked two or more times. (Inherited from System.Windows.Controls.Control)
    Public EventOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the mouse pointer enters the bounds of this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the mouse pointer leaves the bounds of this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the mouse pointer moves while over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when any mouse button is released over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a drag-and-drop operation is started. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the keyboard is focused on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a key is released while focus is on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a user clicks the mouse button two or more times. (Inherited from System.Windows.Controls.Control)
    Public EventOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when any mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus touches the digitizer while it is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus is too far from the digitizer to be detected. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Inherited from System.Windows.UIElement)
    Public EventOccurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from System.Windows.FrameworkElement)
    Public Event The SignOnStatusChanged event is raised when the sign on status changes. A change consists of signing in or out of the current portal.  
    Public EventOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when the source value changes for any existing property binding on this element. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus enters the bounds of this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus leaves the bounds of the element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the target value changes for any property binding on this element. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
    Public EventOccurs just before any tooltip on the element is closed. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when any tooltip on the element is opened. (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a touch moves from inside to outside the bounds of this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.UIElement)
    Public EventOccurs when the element is removed from within an element tree of loaded elements. (Inherited from System.Windows.FrameworkElement)
    Top
    See Also