Gets a reference to the occurrence being checked for validity.
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 specifying the occurrence for which the event is raised.
See Also