dbicDayView Send comments on this topic.
AppointmentLeftClick Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : AppointmentLeftClick Event

Occurs when the mouse left clicks on an appointment

Syntax

Visual Basic (Declaration) 
Public Event AppointmentLeftClick As dbiDayView.EventAppointmentLeftClickHandler
C# 
public event dbiDayView.EventAppointmentLeftClickHandler AppointmentLeftClick

Event Data

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

PropertyDescription
Appointment The dbiAppointmentItem that was left clicked.
Index The zero-based index of the appointment which has just been left clicked.

Requirements

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

See Also