Search
ItemsNotifyEventArgs.Items Property
See Also
 






Gets the items related to the event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public List<Item> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As List(Of Item)

 Property Value

A list of Item objects.

 See Also