DotMSN

ListReceivedEventHandler Delegate

This delegate is used when a complete list has been received from the server.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace