Raised when the serialization or deserialization has completed successfully.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler Completed |
Visual Basic
Copy Code
|
|---|
Public Event Completed As EventHandler |
Event DataCompleted event handlers receive an argument of type EventArgs.
RemarksYou can use this event in your custom items to deserialize references to other Item and/or Resource objects.
See Also