DotMSN

P2PTransferSessionChangedEventHandler Delegate

This delegate is used when events are fired and a transfer session is affected.

[Visual Basic]
Public Delegate Sub P2PTransferSessionChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As P2PTransferSessionEventArgs _
)
[C#]
public delegate void P2PTransferSessionChangedEventHandler(
   object sender,
   P2PTransferSessionEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN.DataTransfer

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN.DataTransfer Namespace