Gets the items related to the event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public List<Item> Items { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Items As List(Of Item) |
A list of Item objects.
See Also