MindFusion.Wpf Pack Programmer's Guide
ItemModifiedEventArgs.OldResources Property
See Also
 





Gets the old resources the item was associated with. This might as well contain Contacts, Locations, Tasks or Resources depending on the current grouping type.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public List<Resource> OldResources { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldResources As List(Of Resource)

 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

ItemModifiedEventArgs Members
ItemModifiedEventArgs Class
MindFusion.Scheduling.Wpf Namespace