Occurs when a synchronous or asynchronous remote procedure call 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<XmlRpcRequestCompletedEventArgs> SendCompleted
Visual Basic (Declaration)
Public Event SendCompleted As EventHandler(Of XmlRpcRequestCompletedEventArgs)
Visual C++
public:
 event EventHandler<XmlRpcRequestCompletedEventArgs^>^ SendCompleted {
	void add (EventHandler<XmlRpcRequestCompletedEventArgs^>^ value);
	void remove (EventHandler<XmlRpcRequestCompletedEventArgs^>^ value);
}

See Also