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





Gets a list with the resources the modified item was previously associated with. This might as well be a Contact, Location, Task or Resource 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

 Remarks

This value can be null, if the item doesn't change associated resource.

 See Also

ItemModifyConfirmEventArgs Members
ItemModifyConfirmEventArgs Class
MindFusion.Scheduling.Wpf Namespace