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

Occurs when the mouse right clicks on an appointment.

Syntax

Visual Basic (Declaration) 
Public Event AppointmentRightClick As dbiDayView.EventAppointmentRightClickHandler
C# 
public event dbiDayView.EventAppointmentRightClickHandler AppointmentRightClick

Event Data

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

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

Requirements

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

See Also