PocketPlanner Programmer's Guide

ItemEventArgs.Item Property

See Also

Gets the item related to the event.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Item Item { get; }

Visual Basic

Public ReadOnly Property Item As Item

 Property Value

An instance of the Item class.

 See Also