dbicDayView Send comments on this topic.
Appointment Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > AlarmEventArgs Class : Appointment Property

The dbiAppointmentItem triggering the alarm.

Syntax

Visual Basic (Declaration) 
Public Property Appointment As dbiAppointmentItem
C# 
public dbiAppointmentItem Appointment {get; set;}

Remarks

This property value is of type dbiAppointmentItem, indicating the appointment which has triggered the alarm.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also