Gets the item related to the event.
Namespace: MindFusion.Scheduling.Compact Assembly: PocketPlanner
Syntax
C# |
public Item Item { get; } |
Visual Basic |
Public ReadOnly Property Item As Item |
Property Value
An instance of the Item class for which the event is raised.
See Also
|