DotMSN

P2PHandler.SessionClosed Event

Occurs when a P2P session is closed.

[Visual Basic]
Public Event SessionClosed As SessionChangedEventHandler
[C#]
public event SessionChangedEventHandler SessionClosed;

Event Data

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

Property Description
Session The affected session

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace