MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule.InstantiateItem Event
See Also
 





Raised when deserializing a custom item whose type has not been registered.

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

 Syntax

C#  Copy Code

public event EventHandler<InstantiateItemEventArgs> InstantiateItem

Visual Basic  Copy Code

Public Event InstantiateItem As EventHandler(Of InstantiateItemEventArgs)

 Event Data

InstantiateItem event handlers receive an argument of type InstantiateItemEventArgs.

 Remarks

This event is being raised during deserialization for all custom items whose types have not been previously registered within the system through a call to RegisterItemClass. The event provides an alternative way for instantiating item of custom types.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace