OperationBase.Completed Event

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Occurs when the operation completes.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public Event Completed As EventHandler
'Usage
Dim instance As OperationBase
Dim handler As EventHandler

AddHandler instance.Completed, handler
public event EventHandler Completed
public:
 event EventHandler^ Completed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Completed : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

OperationBase Class

System.ServiceModel.DomainServices.Client Namespace