Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnAppClose: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
||
Line 1: | Line 1: | ||
<!-- Generated @ 08/12/2022 23: | <!-- Generated @ 08/12/2022 23:45:52 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/channel/events/OnAppClose.htm --> | ||
{{Protocols/MSNP|section=Activities}} | {{Protocols/MSNP|section=Activities}} | ||
__NOTOC__= <a class="clsStd" href="../index.htm">Channel</a>.OnAppClose Event = | __NOTOC__= <a class="clsStd" href="../index.htm">Channel</a>.OnAppClose Event = |
Revision as of 22:45, 12 August 2022
<a class="clsStd" href="../index.htm">Channel</a>.OnAppClose Event
Fires when the MSN® Messenger window is about to close.
VBScript Syntax
function Channel_OnAppClose() ' Messenger is shutting down, clean up application End Function
JavaScript Syntax
function Channel_OnAppClose() { // Messenger is shutting down, clean up application }
Remarks
MSN Messenger will give only a limited amount of time for an application to shut down. It will not remain open if an application remains busy more than a few seconds after OnAppClose fires. Save state quickly if necessary, and avoid opening any new dialog boxes, because data or input could be lost.