Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/Index: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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/index.htm --> | ||
{{Protocols/MSNP|section=Activities}} | {{Protocols/MSNP|section=Activities}} | ||
__NOTOC__= Events = | __NOTOC__= Events = | ||
Line 8: | Line 8: | ||
<div class="clsTableStd" tabname="Events"> | <div class="clsTableStd" tabname="Events"> | ||
{| | {| class="wikitable" | ||
! Event | ! Event | ||
! Description | ! Description | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnAppClose|OnAppClose]] | ||
| The MSN® Messenger client is about to shut down. | | The MSN® Messenger client is about to shut down. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnDataError|OnDataError]] | ||
| There was an unsuccessful <span class="clsUIElement">SendData</span> operation. | | There was an unsuccessful <span class="clsUIElement">SendData</span> operation. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnDataReceived|OnDataReceived]] | ||
| Data was received from the remote application. | | Data was received from the remote application. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnFileProgress|OnFileProgress]] | ||
| There was some progress on a file transfer. Requires SendFile permission. | | There was some progress on a file transfer. Requires SendFile permission. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnFileReceived|OnFileReceived]] | ||
| A file was received from the remote application. Requires ActiveX and SendFile permissions. | | A file was received from the remote application. Requires ActiveX and SendFile permissions. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnIMReceived|OnIMReceived]] | ||
| An instant message was received from the remote application. Requires either ReceiveIM or ReplaceIM flag. | | An instant message was received from the remote application. Requires either ReceiveIM or ReplaceIM flag. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnRemoteAppClosed|OnRemoteAppClosed]] | ||
| The remote application has shut down. | | The remote application has shut down. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnRemoteAppLoaded|OnRemoteAppLoaded]] | ||
| The remote application has loaded and is ready to receive events. | | The remote application has loaded and is ready to receive events. | ||
|- | |- | ||
| [[Protocols/MSNP/Activities/SDK/ | | [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnSendFileCancelled|OnSendFileCancelled]] | ||
| File transfer was canceled. Requires SendFile permission. | | File transfer was canceled. Requires SendFile permission. | ||
|- | |- |
Latest revision as of 00:42, 13 August 2022
Events
This chapter contains the following topics.
Event | Description |
---|---|
OnAppClose | The MSN® Messenger client is about to shut down. |
OnDataError | There was an unsuccessful SendData operation. |
OnDataReceived | Data was received from the remote application. |
OnFileProgress | There was some progress on a file transfer. Requires SendFile permission. |
OnFileReceived | A file was received from the remote application. Requires ActiveX and SendFile permissions. |
OnIMReceived | An instant message was received from the remote application. Requires either ReceiveIM or ReplaceIM flag. |
OnRemoteAppClosed | The remote application has shut down. |
OnRemoteAppLoaded | The remote application has loaded and is ready to receive events. |
OnSendFileCancelled | File transfer was canceled. Requires SendFile permission. |
OnTypeChanged | The type of connection between peers has changed. |