| ExternalApplication Class | 
Allows the developer to listen to the events raised when an External Application connects/disconnects from the runtime or whe it's started
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Openfin.Desktop
 Syntax
Syntaxpublic sealed class ExternalApplication : IOpenfinEntity, IDisposable
The ExternalApplication type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsConnected | 
            Gets the connection status if ExternalApplication is wrapped around OpenFin application
             | 
|  | Parent | 
            The Parent Entity which launched or is monitoring the External Application.
             | 
|  | Runtime | 
            Gets the Runtime that created the Application.
             | 
|  | Uuid | 
            Gets the UUID of the Application.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Dispose the current application instance.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Connected | 
            Occurs when an external application connects to the runtime.
             | 
|  | Disconnected | 
            Occurs when the external application is disconnected from the runtime.
             | 
|  | Exited | 
            Occurs when the external application has exited.
             | 
|  | Started | 
            Occurs when the external application is started.
             | 
 See Also
See Also