| Visual Basic (Declaration) | |
|---|---|
Public Event Alarm As dbiPIM.EventAlarmHandler | |
| C# | |
|---|---|
public event dbiPIM.EventAlarmHandler Alarm | |
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.
| Property | Description |
|---|---|
| Appointment | The dbiAppointmentItem triggering the alarm. |
| Index | The index value of the alarm. |
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 |