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.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public List<Resource> OldResources { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property OldResources As List(Of Resource) |
This value can be null, if the item doesn't change associated resource.