DotMSN

SessionChangedEventHandler Delegate

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

Requirements

Namespace: XihSolutions.DotMSN.DataTransfer

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

See Also

XihSolutions.DotMSN.DataTransfer Namespace