Search
ItemsEventArgs.ItemInfo Property
See Also
 






Gets a list with information about the items related to the event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ICollection<ModifiedItemInfo> ItemInfo { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemInfo As ICollection(Of ModifiedItemInfo)

 Property Value

A collection containing information about all items related to the event.

 See Also