Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnFileProgress
Channel.OnFileProgress Event (Restricted)
This event fires when some progress has been made toward a file transfer. The event is labeled "restricted" because it is only available if the application has the SendFile permission flag. For more information, see Standard vs. Advanced Applications.
VBScript Syntax
function Channel_OnFileProgress() ' Update a progress meter if applicable. End Function
JavaScript Syntax
function Channel_OnFileProgress() { // Update a progress meter if applicable. }
Remarks
Only one file at a time can be transferred in either direction.