DotMSN

PingAnswerEventHandler Delegate

This delegate is used in a ping answer event.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace