ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class


In This Topic
    FrameworkApplication Class Events
    In This Topic

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

    Public Events
     NameDescription
    Public EventOccurs when an application becomes the foreground application. (Inherited from System.Windows.Application)
    Public EventOccurs when an application stops being the foreground application. (Inherited from System.Windows.Application)
    Public EventOccurs when an exception is thrown by an application but not handled. (Inherited from System.Windows.Application)
    Public EventOccurs just before an application shuts down, and cannot be canceled. (Inherited from System.Windows.Application)
    Public EventOccurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content. (Inherited from System.Windows.Application)
    Public EventOccurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. (Inherited from System.Windows.Application)
    Public EventOccurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. (Inherited from System.Windows.Application)
    Public EventOccurs when a new navigation is requested by a navigator in the application. (Inherited from System.Windows.Application)
    Public EventOccurs when an error occurs while a navigator in the application is navigating to the requested content. (Inherited from System.Windows.Application)
    Public EventOccurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. (Inherited from System.Windows.Application)
    Public EventOccurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress. (Inherited from System.Windows.Application)
    Public EventOccurs when the user ends the Windows session by logging off or shutting down the operating system. (Inherited from System.Windows.Application)
    Public EventOccurs when the System.Windows.Application.Run method of the System.Windows.Application object is called. (Inherited from System.Windows.Application)
    Top
    See Also