| Visual Basic (Declaration) | |
|---|---|
Public Event AppointmentClick As AppointmentItemEventHandler | |
| C# | |
|---|---|
public event AppointmentItemEventHandler AppointmentClick | |
The event handler receives an argument of type AppointmentItemEventArgs containing data related to this event. The following AppointmentItemEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AppointmentItem | The dbiAppointmentItem that the event is occuring against. |