MindFusion WinForms Programmer's Guide
ItemModifyConfirmEventArgs.Resources Property
See Also
 





Gets the new resources of the item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource[] Resources { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resources As Resource()

 Property Value

A list with all related resources.

 Remarks

This value can be null (Nothing in Visual Basic), if the item doesn't change associated resource.

 See Also

ItemModifyConfirmEventArgs Members
ItemModifyConfirmEventArgs Class
MindFusion.Scheduling.WinForms Namespace