Gets or sets the newly created item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public Item Item { get; set; } |
Visual Basic
![]() |
---|
Public Property Item As Item |
An instance of an Item-derived class.
Upon handling the InstantiateItem event, you have to create an item of the appropriate type, as specified by ClassId, and assign it to this property.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |