ExternalWindowObserver Methods |
The ExternalWindowObserver type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Ensures this window is deregistered on disposal.
|
![]() | 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.) |
![]() | onClosed |
Callback when the connection with the Desktop has closed.
|
![]() | onError |
Callback when client cannot start or connect to the Desktop.
|
![]() | onMessage |
Callback when a message is sent to this client.
|
![]() | onOutgoingMessage |
Callback when a message is sent from this client.
|
![]() | onReady |
Callback when Desktop is successfully connected and ready to
accept commands.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |