dbicMonth Send comments on this topic.
Alarm Event
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiPIM Class : Alarm Event

Occurs when an alarm is triggered.

Syntax

Visual Basic (Declaration) 
Public Event Alarm As dbiPIM.EventAlarmHandler
C# 
public event dbiPIM.EventAlarmHandler Alarm

Event Data

The event handler receives an argument of type AlarmEventArgs containing data related to this event. The following AlarmEventArgs properties provide information specific to this event.

PropertyDescription
Appointment The dbiAppointmentItem triggering the alarm.
Index The index value of the alarm.

Remarks

The event handler receives an argument of type AlarmEventArgs containing data related to this event.  The following AlarmEventArgs properties provide specific information to this event.

Properties Description
Appointment The dbiAppointmentItem triggering the alarm.
Index The index value of the alarm

Requirements

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

See Also