PocketPlanner Programmer's Guide

InstantiateItemEventArgs.Item Property

See Also

Gets or sets the newly created item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Item Item { get; set; }

Visual Basic

Public Property Item As Item

 Property Value

An instance of an Item-derived class.

 Remarks

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.

 See Also