Search
ItemModifyConfirmEventArgs.Resource Property
See Also
 






Gets the new resource of the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

A reference to a Contact, Location, Task or Resource depending on the current grouping type.

 Remarks

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

 See Also