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