dbicCalendar Send comments on this topic.
AppointmentClick Event
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : AppointmentClick Event

Occurs when an appointment is clicked on in the control.

Syntax

Visual Basic (Declaration) 
Public Event AppointmentClick As AppointmentItemEventHandler
C# 
public event AppointmentItemEventHandler AppointmentClick

Event Data

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.

PropertyDescription
AppointmentItem The dbiAppointmentItem that the event is occuring against.

Requirements

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

See Also