DotMSN

MSNSLPHandler.TransferSessionClosed Event

Occurs when a transfer session is closed. Either because the transfer has finished or aborted.

[Visual Basic]
Public Event TransferSessionClosed As P2PTransferSessionChangedEventHandler
[C#]
public event P2PTransferSessionChangedEventHandler TransferSessionClosed;

Event Data

The event handler receives an argument of type P2PTransferSessionEventArgs containing data related to this event. The following P2PTransferSessionEventArgs property provides information specific to this event.

Property Description
TransferSession The affected transfer session

See Also

MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace