Search
ItemConfirmEventArgs.Item Property
See Also
 





Gets the Item related to the event.

Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Outlook

 Syntax

C#  Copy Code

public Item Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As Item

 Property Value

An instance of the Item class for which the event is raised.

 See Also