Occurs when a synchronous or asynchronous trackback ping send operation completes.
Namespace:
Argotic.Core.NetAssembly: Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)
Syntax
| C# |
|---|
public event EventHandler<TrackbackPingCompletedEventArgs> SendCompleted |
| Visual Basic (Declaration) |
|---|
Public Event SendCompleted As EventHandler(Of TrackbackPingCompletedEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<TrackbackPingCompletedEventArgs^>^ SendCompleted { void add (EventHandler<TrackbackPingCompletedEventArgs^>^ value); void remove (EventHandler<TrackbackPingCompletedEventArgs^>^ value); } |
