DotMSN

MSNSLPHandler.TransferSessionCreated Event

Occurs when a transfer session is created.

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

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