ComplexObject.OnDeserialized Method

[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.]

Method called after a complex object has been deserialized.

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

Syntax

'Declaration
<OnDeserializedAttribute> _
Public Sub OnDeserialized ( _
    context As StreamingContext _
)
'Usage
Dim instance As ComplexObject
Dim context As StreamingContext

instance.OnDeserialized(context)
[OnDeserializedAttribute]
public void OnDeserialized(
    StreamingContext context
)
[OnDeserializedAttribute]
public:
void OnDeserialized(
    StreamingContext context
)
[<OnDeserializedAttribute>]
member OnDeserialized : 
        context:StreamingContext -> unit 
public function OnDeserialized(
    context : StreamingContext
)

Parameters

See Also

Reference

ComplexObject Class

System.ServiceModel.DomainServices.Client Namespace