ComponentSpace Trace Route Class Library Reference

TraceRouteClient.TraceRouteHopCompleted Event

Occurs when all the trace route timings for a hop have completed.

[Visual Basic]
Public Event TraceRouteHopCompleted As TraceRouteHopCompletedEventHandler
[C#]
public event TraceRouteHopCompletedEventHandler TraceRouteHopCompleted;

Event Data

The event handler receives an argument of type TraceRouteHopCompletedEventArgs containing data related to this event. The following TraceRouteHopCompletedEventArgs property provides information specific to this event.

Property Description
TraceRouteHop Gets the trace route hop information for the just completed hop on the route.

See Also

TraceRouteClient Class | ComponentSpace.TraceRoute Namespace