MindFusion.Scheduling for Silverlight Programmer's Guide
SerializationContext.Completed Event
See Also
 





Raised when the serialization or deserialization has completed successfully.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public event EventHandler Completed

Visual Basic  Copy Code

Public Event Completed As EventHandler

 Event Data

Completed event handlers receive an argument of type EventArgs.

 Remarks

You can use this event in your custom items to deserialize references to other Item and/or Resource objects.

 See Also

SerializationContext Members
SerializationContext Class
MindFusion.Scheduling Namespace