Occurs when a synchronous or asynchronous pingback ping send operation completes.

Namespace:  Argotic.Core.Net
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
public event EventHandler<PingbackPingCompletedEventArgs> SendCompleted
Visual Basic (Declaration)
Public Event SendCompleted As EventHandler(Of PingbackPingCompletedEventArgs)
Visual C++
public:
 event EventHandler<PingbackPingCompletedEventArgs^>^ SendCompleted {
	void add (EventHandler<PingbackPingCompletedEventArgs^>^ value);
	void remove (EventHandler<PingbackPingCompletedEventArgs^>^ value);
}

See Also