MindFusion.Scheduling for ASP.NET 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.WebForms

 Syntax

C#  Copy Code

public event EventHandler<InstantiateItemEventArgs> InstantiateItem

Visual Basic  Copy Code

Public Event InstantiateItem As EventHandler(Of InstantiateItemEventArgs)

 Event Data

An instance of the InstantiateItemEventArgs class that provides data for the event.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace