DotMSN

MSNSLPInvitationReceivedEventHandler Delegate

This delegate is used when a invitation is received.

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

Requirements

Namespace: XihSolutions.DotMSN.DataTransfer

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

See Also

XihSolutions.DotMSN.DataTransfer Namespace