Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnRemoteAppClosed
<a class="clsStd" href="/techref/objectmodel/objects/channel/index.htm">Channel</a>.OnRemoteAppClosed Event
Fires when the remote application has closed.
VBScript Syntax
function Channel_OnRemoteAppClosed() ' Remote application is shutting down; game over End Function
JavaScript Syntax
function Channel_OnRemoteAppClosed() { // Remote application is shutting down; game over }
Remarks
After the remote application closes, the local application will remain open until the user closes it. During that time, and at any other time when ConnectionType is in the Disconnected state, you may want to disable or hide controls that send data to the remote user.