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

Occurs when an appointment is double clicked on.

Syntax

Visual Basic (Declaration) 
Public Event AppointmentDoubleClick As dbiDayView.EventAppointmentDoubleClickHandler
C# 
public event dbiDayView.EventAppointmentDoubleClickHandler AppointmentDoubleClick

Event Data

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

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

Requirements

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

See Also