PocketPlanner Programmer's Guide

ItemModifiedEventArgs.OldResources Property

See Also

Gets the old resources the item was associated with.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ResourceCollection OldResources { get; }

Visual Basic

Public ReadOnly Property OldResources As ResourceCollection

 Property Value

A collection of resources originally associated with the item.

 Remarks

The returned collection might contain Contact, Location, Task or Resource objects depending on the current grouping type.

 See Also