Gets the item related to the event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Item Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As Item |
An instance of the Item class.
See Also